- Make able to use colorActiveIndicator when using TypeIndicatorAnimation.sizeTransition
- Optimize render
- Remove some unnecessary code
- Fix some wrong info from docs
- Add support web
- Fix some wrong parameter at readme
- Remove hideStatusBar (should be config by main page, not by this widget)
- Restructure some parameter to make clearer
- Customizable indicator
- Customizable position navigation bar
- Optimize code flow
- Fix disable auto scroll not working
- Fix can not set text color navigate buttons
- Add auto scroll
- Add TextAlign & TextOverFlow fot title & description
- Fixing FlutterError (IntroSliderState#c8edc(ticker active) was disposed with an active Ticker.
- Add IntroSliderNavPosition
- Fixing some conflict properties & update docs
- Updated package to Flutter 3 and Dart 2.17
- Updated example to Flutter 3 and Dart 2.17
- BREAKING: only package:intro_slider/flutter_intro_slider.dart has to be imported now to get access to the whole feature
- BREAKING: "dotSliderAnimation" is now "DotSliderAnimation" to match enum guidelines
- BREAKING: "scrollbarBehavior" is now "ScrollbarBehavior" to match enum guidelines
- Internal: Project structure cleanup
- Internal: Example cleanup
- Internal: Added flutter_lints
- Internal: Renamed files to match the class name
- Internal: Removed home.dart from example
- Add backgroundNetworkImage
- Add onNextPress method
- Add keys for some buttons (skip, next, prev, done) for support testing
- Update some null safety syntax and example
- Revamp PREV, NEXT, SKIP, DONE buttons
- Fix wrong and missing docs
- Change slide on dot click
- Fixing onTabChangeCompleted is never called
- Fixing set button colors don't working properly
- Migrating to null safety
- Allow custom the physics horizontal scroll for the slide
slides
not require when usinglistCustomTabs
- Update scrollbar
- Add scrollbar for tab content
- Update example (migrate to AndroidX)
- Add isShowNextBtn
- Dispose tabController/animations.
- Allow supplying a custom title and/or description widgets.
- Set backgroundColor to Colors.amberAccent when not define
- Remove some unnecessary files
- Update docs
- Update docs
- Fix dot animation don't working properly on RTL language
- Add refFuncGoToTab, then we can move to any tab index programmatically
- Fix color dots displaced to the right on last slide
- Add more dots animation
- Add can set background color for all slides
- Add can hide DONE button
- Add animation when dot indicator is moving
- Fix error when onTabChangeCompleted not defined
- Add callback onTabChangeCompleted
- Add custom boxfit to foreground image
- Add custom your own tabs
- Update
- Remove MaterialApp and replacing it by a Scaffold since should only be one MaterialApp() per application
- Remove locale since it should handle by primary application (and it is configured by MaterialApp), not by the plugin.
- Add optional onSkipPress
- Add PREV button and optimize code
- Add default go to last page at onSkipPress
- Add configuration able to scroll
- Fix content scroll overlain bottom view
- Add set width of done, next button
- Add option show or hide the status bar
- Adding locale feature, adjust bottom navigation
- Fix margin not a type of double
- Format code
- Add background image
- Add custom center widget
- Update docs and remove redundant attributes at slide
- Add set max number of lines at title
- Fix navigate example
- Change color options to be instances of
Color
insteadint
- Add onCLickImage and maxLines text description
- Add gradient background color
- Add more attribute
- Update info
- Update info
- Update info
- Update
- Update
- Initial Release