mirror of
https://github.com/Iconica-Development/flutter_form_wizard.git
synced 2025-05-19 10:53:49 +02:00
fix: updated flutter input dependency
This commit is contained in:
parent
d8d84de135
commit
d2a7046506
2 changed files with 6 additions and 2 deletions
|
@ -79,4 +79,8 @@
|
||||||
|
|
||||||
## 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
|
||||||
|
|
|
@ -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