- Removed example 5 image
- Improve readme custom painter example
- Optimise example images
- 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
- 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
- BREAKING CHANGE: implemented a new Footer widget to allow more customization
- 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
- 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)
- Remove redundent button initialization
- 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.
- Fixes and migration to null-safety
- Fixed issue #1 and #2-> this allows more customization
- 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
- Change the images in the document to show raw image data
- Format the pubspec file for dart guidelines
- Minor doc formating and spelling changes
- Added new images showing different use cases of indicators
- Added more info in the documentation
- Formating and adding more comments to help developers
- Fix image issues with onboarding.gif
- Update compatibility
- Finished on project. Release.
- Released first project