mirror of
https://github.com/Iconica-Development/flutter_start.git
synced 2025-05-18 18:13:45 +02:00
release: create 3.0.0 release version with changelog
This commit is contained in:
parent
06dc5b8b7a
commit
57bddcf768
2 changed files with 14 additions and 1 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,3 +1,16 @@
|
|||
## 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
|
||||
|
||||
## 2.0.5
|
||||
|
||||
- Added canPopFromIntroduction to enable/disable popping from introduction screens
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
name: flutter_start
|
||||
description: "Flutter_start is a package that allows you to jumpstart your application with a splashScreen, introduction and a home."
|
||||
publish_to: "none"
|
||||
version: 2.0.5
|
||||
version: 3.0.0
|
||||
|
||||
environment:
|
||||
sdk: ">=3.2.5 <4.0.0"
|
||||
|
|
Loading…
Reference in a new issue