flutter_start/CHANGELOG.md

36 lines
625 B
Markdown
Raw Permalink Normal View History

## 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