mirror of
https://github.com/Iconica-Development/flutter_start.git
synced 2025-05-18 18:13:45 +02:00
Merge pull request #37 from Iconica-Development/bugfix/introduction
fix: introduction
This commit is contained in:
commit
ed8b5b401a
3 changed files with 10 additions and 6 deletions
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue