mirror of
https://github.com/Iconica-Development/flutter_form_wizard.git
synced 2025-05-19 10:53:49 +02:00
chore: upgrade version to 6.3.2
This commit is contained in:
parent
ae071cef41
commit
335a1e1dd1
2 changed files with 5 additions and 2 deletions
|
@ -133,4 +133,7 @@
|
||||||
## 6.3.1 - February 29th 2024
|
## 6.3.1 - February 29th 2024
|
||||||
- Removed `TranslationService` and add `validationMessage` property to fields with validation.
|
- Removed `TranslationService` and add `validationMessage` property to fields with validation.
|
||||||
- Added a way to override a input field validator.
|
- Added a way to override a input field validator.
|
||||||
- Exposed all properties for `FlutterFormInputDateTime` provided by `flutter_input_library`.
|
- Exposed all properties for `FlutterFormInputDateTime` provided by `flutter_input_library`.
|
||||||
|
|
||||||
|
## 6.3.2 - May 15th 2024
|
||||||
|
- Loosened the dependency on intl to be more compatible with several Flutter versions
|
||||||
|
|
|
@ -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: 6.3.1
|
version: 6.3.2
|
||||||
homepage: https://github.com/Iconica-Development/flutter_form_wizard
|
homepage: https://github.com/Iconica-Development/flutter_form_wizard
|
||||||
|
|
||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
Loading…
Reference in a new issue