mirror of
https://github.com/Iconica-Development/flutter_date_time_picker.git
synced 2025-05-18 18:33:49 +02:00
Correct version management from 2.3.2 to 3.0.0
This commit is contained in:
parent
f44da5b80f
commit
ea2020a3a5
3 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
## 2.3.2
|
||||
## 3.0.0
|
||||
|
||||
- Added customization options for box encapsulating the datetimepicker (Customize shadow, add image or gradient)
|
||||
- Removed ability to specify ShapeBorder directly in date_time_picker_theme. Specifying ShapeBorder now part of ShapeDecoration-customization.
|
||||
## 2.3.1
|
||||
|
||||
- Added extra customization options for datetimepicker (Customizable buttons, text formatting for weekday and month)
|
||||
|
|
|
@ -68,7 +68,7 @@ packages:
|
|||
path: ".."
|
||||
relative: true
|
||||
source: path
|
||||
version: "2.3.2"
|
||||
version: "3.0.0"
|
||||
flutter_lints:
|
||||
dependency: "direct dev"
|
||||
description:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: flutter_date_time_picker
|
||||
description: A Flutter package for date and time picker.
|
||||
version: 2.3.2
|
||||
version: 3.0.0
|
||||
homepage: https://iconica.nl/
|
||||
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue