mirror of
https://github.com/Iconica-Development/flutter_form_wizard.git
synced 2025-05-19 10:53:49 +02:00
add styling datepicker
This commit is contained in:
parent
52ec93a9f3
commit
0b2ab31eb2
2 changed files with 7 additions and 3 deletions
|
@ -58,4 +58,8 @@
|
||||||
|
|
||||||
## 5.0.6 - January 12th 2023
|
## 5.0.6 - January 12th 2023
|
||||||
|
|
||||||
- `flutter_input_library` datetime validator fix
|
- `flutter_input_library` datetime validator fix
|
||||||
|
|
||||||
|
## 5.0.7 - January 12th 2023
|
||||||
|
|
||||||
|
- `flutter_input_library` add styling text datetime fix
|
|
@ -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: 5.0.6
|
version: 5.0.7
|
||||||
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: 1.0.4
|
ref: 1.0.5
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|
Loading…
Reference in a new issue