flutter_onboard 1.0.1
flutter_onboard: ^1.0.1 copied to clipboard
A simple, elegant and easy to use onboard widget for both android and ios devices(Null-Safety).
1.0.1 #
- onSkip callback is now not a required field but either "onSkip callback" or "skipButton" needs to be provided to OnBoard widget, else it will throw exception.
- onDone callback is now not a required field but either "onDone callback" or "nextButton" needs to be provided to OnBoard widget, else it will throw exception.
1.0.0 #
- Migrated to Null-Safety
- Linting added
0.1.0 #
- Updated to latest version of provider package
0.0.3+1 #
- Minor Enhancement
0.0.3 #
- Custom styles for page indicator using
pageIndicatorStyle
0.0.2+1 #
- Bug fix and Enhancement
0.0.2 #
- Accessing
OnBoardState
usingGlobalKey
has been removed OnBoard
widget is nowStatelessWidget
OnBoardState
implemented usingprovider
package
0.0.1 #
- Initial release