mirror of
https://github.com/Iconica-Development/flutter_input_library.git
synced 2025-05-18 17:03:45 +02:00
chore: upgrade version to 3.3.1
This commit is contained in:
parent
6b952ae230
commit
f30634508e
2 changed files with 5 additions and 2 deletions
|
@ -80,4 +80,7 @@
|
||||||
## 3.3.0
|
## 3.3.0
|
||||||
* Added `FlutterFormInputRadioPicker`
|
* Added `FlutterFormInputRadioPicker`
|
||||||
* Changed the `FlutterFormInputNumberPicker` and added axis parameter.
|
* Changed the `FlutterFormInputNumberPicker` and added axis parameter.
|
||||||
* Changed the formating of the result value of the `showDateRangePicker`.
|
* Changed the formating of the result value of the `showDateRangePicker`.
|
||||||
|
|
||||||
|
## 3.3.1
|
||||||
|
* Loosened the dependen on intl to be more compatible with several Flutter versions
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: flutter_input_library
|
name: flutter_input_library
|
||||||
description: A new Flutter package project.
|
description: A new Flutter package project.
|
||||||
version: 3.3.0
|
version: 3.3.1
|
||||||
repository: https://github.com/Iconica-Development/flutter_input_library
|
repository: https://github.com/Iconica-Development/flutter_input_library
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue