mirror of
https://github.com/Iconica-Development/flutter_form_wizard.git
synced 2025-05-19 10:53:49 +02:00
bump to 5.0.4
This commit is contained in:
parent
f87c080d90
commit
ad481066ff
3 changed files with 7 additions and 7 deletions
|
@ -48,6 +48,6 @@
|
|||
|
||||
- `flutter_input_library` now enforces 24h time requirements
|
||||
|
||||
## 5.0.3 - January 12th 2023
|
||||
## 5.0.4 - January 12th 2023
|
||||
|
||||
- Add FocusNode option to inputs
|
|
@ -61,16 +61,16 @@ packages:
|
|||
path: ".."
|
||||
relative: true
|
||||
source: path
|
||||
version: "5.0.2"
|
||||
version: "5.0.4"
|
||||
flutter_input_library:
|
||||
dependency: transitive
|
||||
description:
|
||||
path: "."
|
||||
ref: "1.0.2"
|
||||
resolved-ref: ab6d840c0d326b1b1d5f738b2c7360a841d01015
|
||||
ref: "1.0.3"
|
||||
resolved-ref: "159e5723b993723751aedd3e1b838b3066ec229c"
|
||||
url: "https://github.com/Iconica-Development/flutter_input_library"
|
||||
source: git
|
||||
version: "1.0.2"
|
||||
version: "1.0.3"
|
||||
flutter_lints:
|
||||
dependency: "direct dev"
|
||||
description:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: flutter_form_wizard
|
||||
description: A new Flutter package project.
|
||||
version: 5.0.3
|
||||
version: 5.0.4
|
||||
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.2
|
||||
ref: 1.0.3
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
Loading…
Reference in a new issue