mirror of
https://github.com/Iconica-Development/flutter_start.git
synced 2025-05-18 18:13:45 +02:00
fix: introduction
This commit is contained in:
parent
d0b0f88ad3
commit
7635b8a4cc
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
|
## 4.1.0
|
||||||
- Updated README
|
- Updated README
|
||||||
- Removed check if the introductions should be shown.
|
- Removed check if the introductions should be shown.
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue