Merge pull request #37 from Iconica-Development/bugfix/introduction

fix: introduction
This commit is contained in:
Gorter-dev 2024-07-30 13:19:20 +02:00 committed by GitHub
commit ed8b5b401a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 ## 4.1.0
- Updated README - Updated README
- Removed check if the introductions should be shown. - Removed check if the introductions should be shown.

View file

@ -12,8 +12,8 @@ dependencies:
flutter_start: flutter_start:
path: ../ path: ../
flutter_introduction_shared_preferences: flutter_introduction_shared_preferences:
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub/
version: "^4.0.0" version: ^5.0.0
dev_dependencies: dev_dependencies:
flutter_test: flutter_test:

View file

@ -1,6 +1,6 @@
name: flutter_start name: flutter_start
description: "Flutter_start is a package that allows you to jumpstart your application with a splashScreen, introduction and a home." 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 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" package_info_plus: ">=8.0.0 <9.0.0"
flutter_introduction: flutter_introduction:
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
version: "^4.0.0" version: "^5.0.0"
flutter_introduction_shared_preferences: flutter_introduction_shared_preferences:
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub/
version: "^4.0.0" version: ^5.0.0
dev_dependencies: dev_dependencies:
flutter_test: flutter_test: