flutter_media_picker/CHANGELOG.md

26 lines
457 B
Markdown
Raw Normal View History

2022-12-23 15:10:01 +01:00
## 0.2.0
- Added option to select a file
- Added file_picker package for file picking possibility
- Inputs now have widgets so any widget can be used in the media picker now.
2022-12-23 15:10:01 +01:00
- Translated the example to English
2022-10-25 14:20:18 +02:00
2022-12-23 15:10:01 +01:00
## 0.1.1
2022-12-23 15:10:01 +01:00
- Updated flutter_form version to 2.0.1
2022-12-23 15:10:01 +01:00
## 0.1.0
- Ability to set styling for the audio input.
## 0.0.3
2022-10-27 11:21:24 +02:00
- Fixed bug where onTap was not working when header is set
2022-12-23 15:10:01 +01:00
## 0.0.2
2022-10-27 16:12:19 +02:00
2022-12-23 15:10:01 +01:00
- Updated flutter_form version
2022-10-27 16:12:19 +02:00
2022-12-23 15:10:01 +01:00
## 0.0.1
2022-12-23 13:29:20 +01:00
2022-12-23 15:10:01 +01:00
- Initial port