2025-04-30 09:50:45 +02:00
|
|
|
## 4.2.4
|
|
|
|
- Fixed the userstory to always call the splashScreenFuture and killswitchservice logic when a custom splashScreenBuilder is provided
|
|
|
|
|
2025-04-23 09:22:01 +02:00
|
|
|
## 4.2.3
|
|
|
|
- Added check if introduction should be shown according to the service before showing the introduction at all
|
|
|
|
|
2025-03-17 12:45:34 +01:00
|
|
|
## 4.2.2
|
|
|
|
- Added custom navigator in the root of the navigator user-story
|
2024-07-26 16:16:09 +02:00
|
|
|
|
2025-03-17 12:45:34 +01:00
|
|
|
## 4.2.1
|
|
|
|
- Updated flutter_introduction to 5.0.0
|
2024-07-26 16:16:09 +02:00
|
|
|
|
2024-06-05 10:35:03 +02:00
|
|
|
## 4.1.0
|
|
|
|
- Updated README
|
|
|
|
- Removed check if the introductions should be shown.
|
|
|
|
- Updated flutter_introduction to 3.1.0
|
|
|
|
|
2024-04-17 11:01:46 +02:00
|
|
|
## 4.0.0
|
|
|
|
- Added default introduction page.
|
|
|
|
- Added default splash screen.
|
|
|
|
- Changed the way the splash screen is enabled/disabled.
|
|
|
|
|
2024-04-04 16:21:03 +02:00
|
|
|
## 3.0.0
|
|
|
|
|
|
|
|
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
|
|
|
|
|
2024-02-19 14:25:38 +01:00
|
|
|
## 2.0.5
|
|
|
|
|
|
|
|
- Added canPopFromIntroduction to enable/disable popping from introduction screens
|
|
|
|
|
2024-02-15 11:57:05 +01:00
|
|
|
## 2.0.4
|
|
|
|
|
|
|
|
- Removed `AlwaysShowIntroduction` option, changed naming of `isKillSwitchActive` to `isAllowedToPassThrough`.
|
|
|
|
|
2024-02-13 11:57:58 +01:00
|
|
|
## 2.0.3
|
|
|
|
|
|
|
|
- Added after splashscreen route
|
|
|
|
|
2024-02-07 11:24:21 +01:00
|
|
|
## 2.0.2
|
|
|
|
|
|
|
|
- Added configuration options
|
|
|
|
- Fixed bug with killswitch
|
|
|
|
|
2024-02-02 10:43:20 +01:00
|
|
|
## 2.0.1
|
|
|
|
|
|
|
|
- Added Iconica Ci
|
|
|
|
|
2024-01-31 11:56:38 +01:00
|
|
|
## 2.0.0
|
|
|
|
|
|
|
|
- Add support for default configurable splashscreen
|
|
|
|
- Add introductionpagebuilder
|
|
|
|
- Upgrade to flutter_introduction 2.1.0
|
|
|
|
- Change the options to optionbuilders to provide BuildContext
|
|
|
|
|
|
|
|
## 1.1.0
|
|
|
|
|
|
|
|
- Add killswitch functionality
|
|
|
|
|
|
|
|
## 1.0.0
|
|
|
|
|
|
|
|
- Initial release
|