From 57bddcf7688b2044bd96a10ccf40da0bb031e6ef Mon Sep 17 00:00:00 2001 From: Joey Boerwinkel Date: Thu, 4 Apr 2024 16:21:03 +0200 Subject: [PATCH] release: create 3.0.0 release version with changelog --- CHANGELOG.md | 13 +++++++++++++ pubspec.yaml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02a329c..4420b29 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/pubspec.yaml b/pubspec.yaml index ada11da..511c569 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"