onboarding 4.0.2
onboarding: ^4.0.2 copied to clipboard
This is a widget that allows developers to create an on-boarding landing page for flutter applications.
4.0.2 3/13/2024 #
- Removed example 5 image
- Improve readme custom painter example
4.0.1 3/13/2024 #
- Optimise example images
4.0.0 3/13/2024 #
- Remodeled the whole widget to allow users to use custom indicators
- Allow a header builder as an option to place indicators and other widgets on top header
- Other minor fixes on how the app functions
3.1.0 3/11/2022 #
- BREAKING CHANGE: implemented a new Footer widget to allow more customization
- Design your own custom footer instead of being constrained internally
- Remove un-needed widgets for optimizations
- Fix a a bug that prevented the index from updating
3.0.0 3/11/2022 #
- BREAKING CHANGE: implemented a new Footer widget to allow more customization
2.1.1 3/10/2022 #
- Added a callback func to get the index of the current page as page makes transition
- Added ability to set the index of the current page
- Added ability to go to any page instead of skipping
2.1.0 7/17/2021 #
- Added toggle functionality for skip button
- Removed a grey line that divided the top pages from the footer (which was as a result of release v2.0.0)
2.0.0+1 7/5/2021 #
- Remove redundent button initialization
2.0.0 6/29/2021 #
- Breaking changes
- Changed the onboarding widget parameters to take in a single widget. This allows users to give them more power for customization by lifting tight restriction on its design.
1.1.0 5/21/2021. #
- Fixes and migration to null-safety
1.0.6 5/20/2021. #
- Fixed issue #1 and #2-> this allows more customization
1.0.5 12/5/2020. #
- Update painter to repain when new instance of the widget is created instead instead of always repainting
- Change the file for button models to represent all models
- Make page model properties to not be null
- Change the procceed button type from Object to dynamic and update documentation on the property
1.0.4 11/19/2020. #
- Change the images in the document to show raw image data
- Format the pubspec file for dart guidelines
1.0.3 11/15/2020. #
- Minor doc formating and spelling changes
1.0.2 11/15/2020. #
- Added new images showing different use cases of indicators
- Added more info in the documentation
- Formating and adding more comments to help developers
1.0.1 11/14/2020. #
- Fix image issues with onboarding.gif
- Update compatibility
1.0.0 11/14/2020. #
- Finished on project. Release.
0.0.1 11/8/2020. #
- Released first project