mirror of
https://github.com/Iconica-Development/flutter_form_wizard.git
synced 2025-05-19 02:43:48 +02:00
commit
09939512f9
2 changed files with 8 additions and 4 deletions
|
@ -121,4 +121,8 @@
|
|||
- Added CI and linter
|
||||
|
||||
## 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
|
||||
description: A new Flutter package project.
|
||||
version: 6.2.4
|
||||
version: 6.2.5
|
||||
homepage: https://github.com/Iconica-Development/flutter_form_wizard
|
||||
|
||||
publish_to: none
|
||||
|
@ -18,7 +18,7 @@ dependencies:
|
|||
flutter_input_library:
|
||||
git:
|
||||
url: https://github.com/Iconica-Development/flutter_input_library
|
||||
ref: 3.0.1
|
||||
ref: 3.1.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
@ -28,4 +28,4 @@ dev_dependencies:
|
|||
url: https://github.com/Iconica-Development/flutter_iconica_analysis
|
||||
ref: 6.0.0
|
||||
|
||||
flutter:
|
||||
flutter:
|
||||
|
|
Loading…
Reference in a new issue