flutter_intro 3.0.0-dev.1 flutter_intro: ^3.0.0-dev.1 copied to clipboard
A better way for new feature introduction and step-by-step users guide for your Flutter project.
flutter_intro #
A better way for new feature introduction and step-by-step users guide for your Flutter project.
This is 3.0.0
version, if you find 2.x
documentation, click here. #
3.x and documentation is not yet complete, you can go to see the examples in the example folder. #
Since I no longer work at Tal, the repository has been moved to https://github.com/minaxorg/flutter_intro #
Automatically adapt when the device screen orientation is switched.
Dev Progress #
- ✅ Basic use
- ✅ New way of use(easier)
- ✅ Step Pages Dynamic increase
- ❌ Advanced usage
Usage #
To use this package, add flutter_intro
as a dependency in your pubspec.yaml file.
Example #
Please check the example in example/lib/main.dart
.