mirror of
https://github.com/Iconica-Development/flutter_form_wizard.git
synced 2025-05-19 19:03:47 +02:00
doc: update pubspec and changelog
This commit is contained in:
parent
c2fac70838
commit
7bed6b06b7
2 changed files with 7 additions and 2 deletions
|
@ -129,3 +129,8 @@
|
|||
- Updated the `flutter_input_library` from 3.1.0 to 3.2.1
|
||||
- Added `FlutterFormInputPhone` for phone number with dial code selection.
|
||||
- Added `InputDecoration` parameter to the following inputfields: `FlutterFormInputEmail` and `FlutterFormInputPassword`
|
||||
|
||||
## 6.3.1 - February 29th 2024
|
||||
- Removed `TranslationService` and add `validationMessage` property to fields with validation.
|
||||
- Added a way to override a input field validator.
|
||||
- Exposed all properties for `FlutterFormInputDateTime` provided by `flutter_input_library`.
|
|
@ -1,6 +1,6 @@
|
|||
name: flutter_form_wizard
|
||||
description: A new Flutter package project.
|
||||
version: 6.3.0
|
||||
version: 6.3.1
|
||||
homepage: https://github.com/Iconica-Development/flutter_form_wizard
|
||||
|
||||
publish_to: none
|
||||
|
|
Loading…
Reference in a new issue