Merge pull request #18 from Iconica-Development/hotfix/enforce-24h-picker

enforce 24h time picker
This commit is contained in:
Gorter-dev 2022-12-27 11:09:34 +01:00 committed by GitHub
commit c8c0eeebd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View file

@ -43,3 +43,7 @@
## 4.0.3 - November 29th 2022
- Change from input to `flutter_input_library`
## 5.0.0 - November 29th 2022
- `flutter_input_library` now enforces 24h time requirements

View file

@ -1,6 +1,6 @@
name: flutter_form_wizard
description: A new Flutter package project.
version: 4.0.3
version: 5.0.0
homepage: https://github.com/Iconica-Development/flutter_form_wizard
publish_to: none
@ -20,7 +20,7 @@ dependencies:
flutter_input_library:
git:
url: https://github.com/Iconica-Development/flutter_input_library
ref: 0.0.4
ref: 1.0.0
dev_dependencies:
flutter_test: