Merge pull request #24 from Iconica-Development/release-3.0.0

release: create 3.0.0 release version with changelog
This commit is contained in:
FlutterJoey 2024-04-04 16:24:42 +02:00 committed by GitHub
commit e012b8d41e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 1 deletions

View file

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

View file

@ -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"