- Removed cupertino_icons dependency from pubspec.yaml
- Removed the default black color value from splashScreenBackgroundColor if it was not provided in the configuration, so it defaults to ThemeData.scaffoldBackgroundColor
- Fixed the userstory to always call the splashScreenFuture and killswitchservice logic when a custom splashScreenBuilder is provided
- Added check if introduction should be shown according to the service before showing the introduction at all
- Added custom navigator in the root of the navigator user-story
- Updated flutter_introduction to 5.0.0
- Updated README
- Removed check if the introductions should be shown.
- Updated flutter_introduction to 3.1.0
- Added default introduction page.
- Added default splash screen.
- Changed the way the splash screen is enabled/disabled.
BREAKING:
- add NavigatorStartUserStory widget
- change homeEntry to an onComplete callback
Other changes:
- add parameter to configuration to supply an implementation of the killswitch service
- call splash handler when no builder is provided
- add mounted check to navigation after async gap for navigator version
- rename myFunction in splashscreen function to splashHandler
- add return after routing on navigator version
- Added canPopFromIntroduction to enable/disable popping from introduction screens
- Removed
AlwaysShowIntroductionoption, changed naming ofisKillSwitchActivetoisAllowedToPassThrough.
- Added after splashscreen route
- Added configuration options
- Fixed bug with killswitch
- Added Iconica Ci
- Add support for default configurable splashscreen
- Add introductionpagebuilder
- Upgrade to flutter_introduction 2.1.0
- Change the options to optionbuilders to provide BuildContext
- Add killswitch functionality
- Initial release