fix: introduction

This commit is contained in:
mike doornenbal 2024-07-26 16:16:09 +02:00
parent d0b0f88ad3
commit 7635b8a4cc
3 changed files with 10 additions and 6 deletions

View file

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

View file

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

View file

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