Skip to content

Commit

Permalink
Removed unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Polohach committed Sep 3, 2019
1 parent 278cdcf commit aa99d78
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 21 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@

Version | Changes
--- | ---
v.0.0.1 | <ul><li>First public release</li></ul>
v.0.0.1 | <ul><li>First public release</li></ul>
v.0.1.0 | <ul><li>Removed unnecessary dependency</li></ul>
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## SlidingTutorial [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/Solido/awesome-flutter) <a href="https://www.cleveroad.com/?utm_source=github&utm_medium=label&utm_campaign=contacts"><img src="https://www.cleveroad.com/public/comercial/label-cleveroad.svg" height="20"></a>
![Header image](/images/header.jpg)
![Header image](https://github.com/Cleveroad/flutter_sliding_tutorial/raw/master/images/header.jpg)

## Cleveroad introduces Sliding Tutorial Library for Flutter

Hey guys, hope you haven’t started developing a tutorial for your Flutter app yet, as we have already completed a part of your job. Don’t worry, we act from good motives only. Our aim is to help you create a sliding tutorial in a fast and simple manner. So we’ve done some work and voila!. A simple Flutter Sliding Tutorial library is at your service.

![Demo image](/images/demo.gif)
![Demo image](https://github.com/Cleveroad/flutter_sliding_tutorial/raw/master/images/demo.gif)
###### Also you can watch the animation of the <strong><a target="_blank" href="https://www.youtube.com/watch?v=lJSGIk4Zh9s&feature=youtu.be">Sliding Tutorial for Android on YouTube</a></strong> in HD quality.

The invention is going to ease the problem of structural design but not to limit a stretch of your imagination at the same time. We took care of the suitability aspect. So, your app is not going to look alien among other Flutter elements.
Expand All @@ -17,7 +17,7 @@ All you need to do is:
<br>2. Create icons for each screen of your tutorial
<br>3. Follow the instructions below

[![Awesome](/images/logo-footer.png)](https://www.cleveroad.com/?utm_source=github&utm_medium=label&utm_campaign=contacts)
[![Awesome](https://github.com/Cleveroad/flutter_sliding_tutorial/raw/master/images/logo-footer.png)](https://www.cleveroad.com/?utm_source=github&utm_medium=label&utm_campaign=contacts)


## Full Documentation
Expand All @@ -27,7 +27,7 @@ In the `pubspec.yaml` of your flutter project, add the following dependency:
```yaml
dependencies:
...
flutter_sliding_tutorial: "^0.0.1"
flutter_sliding_tutorial: "^0.1.0"
```
In your library add the following import:
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ packages:
source: sdk
version: "0.0.0"
flutter_sliding_tutorial:
dependency: "direct dev"
dependency: "direct main"
description:
path: ".."
relative: true
source: path
version: "0.0.1"
version: "0.1.0"
flutter_svg:
dependency: "direct dev"
dependency: "direct main"
description:
name: flutter_svg
url: "https://pub.dartlang.org"
Expand Down
7 changes: 3 additions & 4 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ dependencies:
sdk: flutter

cupertino_icons: ^0.1.2
flutter_svg: ^0.14.0
flutter_sliding_tutorial:
path: ../

dev_dependencies:
flutter_test:
sdk: flutter

flutter_svg: ^0.14.0
flutter_sliding_tutorial:
path: ../

flutter:

uses-material-design: true
Expand Down
7 changes: 0 additions & 7 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.14.11"
cupertino_icons:
dependency: "direct main"
description:
name: cupertino_icons
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.2"
flutter:
dependency: "direct main"
description: flutter
Expand Down
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_sliding_tutorial
description: Applied parallax effects will make your product presentation look like Google apps tutorial.
version: 0.0.1
version: 0.1.0
author: "cleveroad.com <[email protected]>"
homepage: https://github.com/Cleveroad/flutter_sliding_tutorial

Expand All @@ -10,7 +10,6 @@ environment:
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^0.1.2

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit aa99d78

Please sign in to comment.