mirror of
https://github.com/Iconica-Development/flutter_form_wizard.git
synced 2025-05-19 19:03:47 +02:00
enforce 24h time picker
This commit is contained in:
parent
c9bed9e63d
commit
5b47a8dd39
2 changed files with 6 additions and 2 deletions
|
@ -43,3 +43,7 @@
|
||||||
## 4.0.3 - November 29th 2022
|
## 4.0.3 - November 29th 2022
|
||||||
|
|
||||||
- Change from input to `flutter_input_library`
|
- Change from input to `flutter_input_library`
|
||||||
|
|
||||||
|
## 5.0.0 - November 29th 2022
|
||||||
|
|
||||||
|
- `flutter_input_library` now enforces 24h time requirements
|
|
@ -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: 4.0.3
|
version: 5.0.0
|
||||||
homepage: https://github.com/Iconica-Development/flutter_form_wizard
|
homepage: https://github.com/Iconica-Development/flutter_form_wizard
|
||||||
|
|
||||||
publish_to: none
|
publish_to: none
|
||||||
|
@ -20,7 +20,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: 0.0.4
|
ref: 1.0.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|
Loading…
Reference in a new issue