init_screen 2.0.1 copy "init_screen: ^2.0.1" to clipboard
init_screen: ^2.0.1 copied to clipboard

An easy-to-use, multipurpose init screen to introduce your app

[2.0.1] - 23.05.2021 #

Null safety fix #

  • list builder returned List<Widget?> which is invalid as return value and was mistakenly introduced through null safety migration
  • replaced list<Widget?> with List

[2.0.0] - 23.05.2021 #

Null safety support 🎉 #

  • changed init screen widget and example to use null safety
  • refactored init screen widget and added a value notifier for default step indicators
  • removed MaterialDesignIcons dependency -> zero dependencies!

[1.2.1] - 04.06.2020 #

Fix Navigation Helpers #

  • fixed positioning if nav helpers are not shown

[1.2.0] - 04.06.2020 #

Feature Navigation Helpers #

  • added validation as parameter if you already can change the page

[1.1.0] - 04.06.2020 #

Feature Navigation Helpers #

  • added icon buttons that help with navigation orientation
  • added customization options for them
  • changed default NavButton icon

[1.0.0] - 04.06.2020 #

Initial Release #

  • added InitScreen class
  • added customization possibilities
  • added examples
1
likes
140
pub points
42%
popularity

Publisher

unverified uploader

An easy-to-use, multipurpose init screen to introduce your app

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on init_screen