mirror of
https://github.com/Iconica-Development/flutter_form_wizard.git
synced 2025-05-19 10:53:49 +02:00
fix validator
This commit is contained in:
parent
296a7d7210
commit
66926e7407
3 changed files with 11 additions and 7 deletions
|
@ -54,4 +54,8 @@
|
|||
|
||||
## 5.0.5 - January 12th 2023
|
||||
|
||||
- Expose translations
|
||||
- Expose translations
|
||||
|
||||
## 5.0.6 - January 12th 2023
|
||||
|
||||
- `flutter_input_library` datetime validator fix
|
|
@ -61,16 +61,16 @@ packages:
|
|||
path: ".."
|
||||
relative: true
|
||||
source: path
|
||||
version: "5.0.5"
|
||||
version: "5.0.6"
|
||||
flutter_input_library:
|
||||
dependency: transitive
|
||||
description:
|
||||
path: "."
|
||||
ref: "1.0.3"
|
||||
resolved-ref: "159e5723b993723751aedd3e1b838b3066ec229c"
|
||||
ref: "1.0.4"
|
||||
resolved-ref: "2832867b63e57b4d655f77d83d910293357c10dd"
|
||||
url: "https://github.com/Iconica-Development/flutter_input_library"
|
||||
source: git
|
||||
version: "1.0.3"
|
||||
version: "1.0.4"
|
||||
flutter_lints:
|
||||
dependency: "direct dev"
|
||||
description:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: flutter_form_wizard
|
||||
description: A new Flutter package project.
|
||||
version: 5.0.5
|
||||
version: 5.0.6
|
||||
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: 1.0.3
|
||||
ref: 1.0.4
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
Loading…
Reference in a new issue