onboarding 2.0.0
onboarding: ^2.0.0 copied to clipboard
This is a widget that allows developers to create an on-boarding landing page for flutter applications.
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