Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cleveroad/flutter_sliding_tutorial
User onboarding library with smooth animation of objects and background colors
https://github.com/cleveroad/flutter_sliding_tutorial
dart dart-frameworks dart-library dart-package dart2 dartlang flutter flutter-demo flutter-examples flutter-material flutter-package flutter-plugin flutter-ui flutter-widget pageview tab
Last synced: 25 days ago
JSON representation
User onboarding library with smooth animation of objects and background colors
- Host: GitHub
- URL: https://github.com/cleveroad/flutter_sliding_tutorial
- Owner: Cleveroad
- License: mit
- Created: 2019-09-02T19:56:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T16:38:56.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T02:03:11.321Z (25 days ago)
- Topics: dart, dart-frameworks, dart-library, dart-package, dart2, dartlang, flutter, flutter-demo, flutter-examples, flutter-material, flutter-package, flutter-plugin, flutter-ui, flutter-widget, pageview, tab
- Language: Dart
- Homepage: https://www.cleveroad.com/
- Size: 9.51 MB
- Stars: 127
- Watchers: 7
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## SlidingTutorial
![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.
[Open tutorial in the browser](https://flutter-sliding-tutorial.github.io)![Demo image](https://github.com/Cleveroad/flutter_sliding_tutorial/raw/master/images/demo.gif)
###### Also you can watch the animation of the Sliding Tutorial for Android on YouTube 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.
Applied parallax effects will make your product presentation look like Google apps tutorial.
All you need to do is:
1. Create background designs for each screen of your tutorial (assistance with mobile design)
2. Create icons for each screen of your tutorial
3. Follow the instructions below[![Awesome](https://avatars.githubusercontent.com/u/14131420?s=200&v=4)](https://www.cleveroad.com/?utm_source=github&utm_medium=label&utm_campaign=contacts)
## Full Documentation
## Setup
In the `pubspec.yaml` of your flutter project, add the following dependency:
```yaml
dependencies:
...
flutter_sliding_tutorial: "^2.0.0+1"
```In your library add the following import:
```dart
import 'package:flutter_sliding_tutorial/flutter_sliding_tutorial.dart';
```[Quick Start]
## Changelog
See [changelog history].## Support
If you have any questions regarding the use of this tutorial, please contact us for support at [email protected] (email subject: «Sliding Tutorial: Flutter. Support request.»)
or
Use our contacts:
Cleveroad.com
Facebook account
Twitter account
Google+ account## License
The MIT License (MIT)
Copyright (c) 2021 Cleveroad
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.[changelog history]: /CHANGELOG.md
[Quick Start]: https://github.com/Cleveroad/flutter_sliding_tutorial/wiki/Quick-Start
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.