mirror of
https://github.com/Iconica-Development/flutter_form_wizard.git
synced 2025-05-19 10:53:49 +02:00
Merge pull request #28 from Iconica-Development/hotfix/update-dependencies
fix: updated flutter input library dependency
This commit is contained in:
commit
e4c5e2ae08
2 changed files with 7 additions and 3 deletions
|
@ -80,3 +80,7 @@
|
||||||
## 6.1.0 - May 12th 2023
|
## 6.1.0 - May 12th 2023
|
||||||
|
|
||||||
- Make compatible to flutter 3.10
|
- Make compatible to flutter 3.10
|
||||||
|
|
||||||
|
## 6.1.1 - August 10th 2023
|
||||||
|
|
||||||
|
- - Bump `flutter_input_library` to version 2.2.0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: flutter_form_wizard
|
name: flutter_form_wizard
|
||||||
description: A new Flutter package project.
|
description: A new Flutter package project.
|
||||||
version: 6.1.1
|
version: 6.1.2
|
||||||
homepage: https://github.com/Iconica-Development/flutter_form_wizard
|
homepage: https://github.com/Iconica-Development/flutter_form_wizard
|
||||||
|
|
||||||
publish_to: none
|
publish_to: none
|
||||||
|
@ -18,7 +18,7 @@ dependencies:
|
||||||
flutter_input_library:
|
flutter_input_library:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/Iconica-Development/flutter_input_library
|
url: https://github.com/Iconica-Development/flutter_input_library
|
||||||
ref: 2.1.1
|
ref: 2.2.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|
Loading…
Reference in a new issue