flutter_carousel_intro 1.0.6 flutter_carousel_intro: ^1.0.6 copied to clipboard
The FlutterCarouselIntro is an amazing package that makes it easy to build and implement animated onboarding screens in Flutter applications.
0.0.1 #
***** Describe initial release. *
0.0.5 #
- Initial documentantion.
0.0.7 #
- Portuguese documentation.
0.0.10 #
- in this version you can set different slide direction (Vertial or Horizontal)
scrollDirection: Axis.horizontal,
scrollDirection: Axis.vertical,
0.0.12 #
1.0.1 #
- new param was added: IndicatorEffects, is an enum
indicatorEffect: IndicatorEffects.worm,
from version 1.0.2 to version 1.0.4 #
Version 1.0.5
bug fixed #
Looking up a deactivated widget's ancestor is unsafe #28
what's new #
- Swipe the carousel to the current clicked indicator
Version 1.0.6 #
Improve documentation
bugs fixed