mirror of
https://github.com/Iconica-Development/flutter_form_wizard.git
synced 2025-05-19 10:53:49 +02:00
6.2.5
This commit is contained in:
parent
9a55bbb410
commit
08d9c3c67c
2 changed files with 8 additions and 4 deletions
|
@ -122,3 +122,7 @@
|
||||||
|
|
||||||
## 6.2.4 - February 9th 2024
|
## 6.2.4 - February 9th 2024
|
||||||
- Updated the `flutter_input_library` from 3.0.0 to 3.0.1
|
- Updated the `flutter_input_library` from 3.0.0 to 3.0.1
|
||||||
|
|
||||||
|
## 6.2.5 - February 15th 2024
|
||||||
|
|
||||||
|
- Updated the `flutter_input_library` from 3.0.1 to 3.1.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.2.4
|
version: 6.2.5
|
||||||
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: 3.0.1
|
ref: 3.1.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|
Loading…
Reference in a new issue