mirror of
https://github.com/Iconica-Development/flutter_media_picker.git
synced 2025-05-19 00:43:45 +02:00
Updated version nr and changelog
This commit is contained in:
parent
cfcbf05135
commit
51351137c1
2 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,12 @@
|
||||||
|
## 0.5.0
|
||||||
|
|
||||||
|
- added the ability to disable certain pickers in the code
|
||||||
|
|
||||||
## 0.4.0
|
## 0.4.0
|
||||||
|
|
||||||
- Bump `flutter_form_wizard` to version 6.0.0
|
- Bump `flutter_form_wizard` to version 6.0.0
|
||||||
- Remove unnecessary `riverpod` dependency
|
- Remove unnecessary `riverpod` dependency
|
||||||
|
|
||||||
## 0.3.5
|
## 0.3.5
|
||||||
|
|
||||||
- Fixed left button
|
- Fixed left button
|
||||||
|
@ -13,6 +18,7 @@
|
||||||
## 0.3.3
|
## 0.3.3
|
||||||
|
|
||||||
- Added optional left button on audio picker
|
- Added optional left button on audio picker
|
||||||
|
|
||||||
## 0.3.2
|
## 0.3.2
|
||||||
|
|
||||||
- Fixed an incorrect import on web
|
- Fixed an incorrect import on web
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: flutter_media_picker
|
name: flutter_media_picker
|
||||||
description: A new Flutter package project.
|
description: A new Flutter package project.
|
||||||
version: 0.4.0
|
version: 0.5.0
|
||||||
homepage: https://github.com/Iconica-Development/flutter_media_picker
|
homepage: https://github.com/Iconica-Development/flutter_media_picker
|
||||||
publish_to: "none"
|
publish_to: "none"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue