From 7635b8a4cced856aa899300a9f6b5437de4573d2 Mon Sep 17 00:00:00 2001 From: mike doornenbal Date: Fri, 26 Jul 2024 16:16:09 +0200 Subject: [PATCH] fix: introduction --- CHANGELOG.md | 4 ++++ example/pubspec.yaml | 4 ++-- pubspec.yaml | 8 ++++---- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db31372..e67a7f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.2.1 + +* Updated flutter_introduction to 5.0.0 + ## 4.1.0 - Updated README - Removed check if the introductions should be shown. diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 10f5c98..bc6afea 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -12,8 +12,8 @@ dependencies: flutter_start: path: ../ flutter_introduction_shared_preferences: - hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub - version: "^4.0.0" + hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub/ + version: ^5.0.0 dev_dependencies: flutter_test: diff --git a/pubspec.yaml b/pubspec.yaml index dcd4c5e..34fca36 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_start description: "Flutter_start is a package that allows you to jumpstart your application with a splashScreen, introduction and a home." -version: 4.2.0 +version: 4.2.1 publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub @@ -16,10 +16,10 @@ dependencies: package_info_plus: ">=8.0.0 <9.0.0" flutter_introduction: hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub - version: "^4.0.0" + version: "^5.0.0" flutter_introduction_shared_preferences: - hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub - version: "^4.0.0" + hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub/ + version: ^5.0.0 dev_dependencies: flutter_test: