chore: upgrade version to 6.3.2

This commit is contained in:
Bart Ribbers 2024-05-14 14:19:08 +02:00
parent ae071cef41
commit 335a1e1dd1
2 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -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