mirror of
https://github.com/Iconica-Development/flutter_form_wizard.git
synced 2025-05-19 10:53:49 +02:00
fix: update flutter input library to latest version
This commit is contained in:
parent
401775aab1
commit
871a16debb
2 changed files with 6 additions and 3 deletions
|
@ -90,3 +90,6 @@
|
|||
|
||||
## 6.1.3 - September 26th 2023
|
||||
- Fix date format for datecontroller
|
||||
|
||||
## 6.1.4 - October 26th 2023
|
||||
- Bump `flutter_input_library` to version 2.3.0
|
|
@ -1,6 +1,6 @@
|
|||
name: flutter_form_wizard
|
||||
description: A new Flutter package project.
|
||||
version: 6.1.3
|
||||
version: 6.1.4
|
||||
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: master
|
||||
ref: 2.3.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
Loading…
Reference in a new issue