introduction_screen 0.0.5
introduction_screen: ^0.0.5 copied to clipboard
Introduction/Onboarding package for flutter app with some customizations possibilities
0.0.5 #
- Breaking changes :
done
(Widget) parameter is now required - Breaking changes :
skip
(Widget) parameter is now required if you setshowSkipButton: true
- Fix bug
- Add onChange listener
- Add possibility to add a footer (like a button)
- Add animation duration
- Add possibility to define the initial page
- Add possibility to freeze the scroll
0.0.4 #
- Improve customization
- Change String type to Widget for buttons, to set an Icon for example
- Remove nextText parameter, use next instead
- Remove doneText parameter, use done instead
- Remove skipText parameter, use skip instead
0.0.3 #
- Fix design padding layout on small device
- Improve layout Expanded flex
0.0.2 #
- Published on Pub
- Fix bugs
0.0.1 #
- First version