flutter_media_picker/CHANGELOG.md

99 lines
1.8 KiB
Markdown
Raw Permalink Normal View History

2025-03-05 11:05:21 +01:00
## 1.0.1
- Add imagesource and quality attributes when picking file
2025-03-05 10:36:33 +01:00
## 1.0.0
- Use modern flutter version as minimal version support
## 0.7.0
- Added 'pickFileOfType' to the MediaPickerService
## 0.6.6
- Upgraded 'logger' package to ^2.4.0
2024-08-26 15:48:03 +02:00
## 0.6.5
- Added validationMessage where it was missing
2024-05-14 14:26:24 +02:00
## 0.6.4
- Loosened the dependency on intl to be more compatible with several Flutter versions
## 0.6.2
- Remove null check operator for disabledPickers and perform appropriate null check
## 0.6.1
- Gave disabledPickers a default value to stop null errors.
## 0.6.0
- Made compatible with flutter 3.10
2023-03-30 10:23:52 +02:00
## 0.5.0
- Added the ability to disable certain pickers in the code
2023-03-30 10:23:52 +02:00
## 0.4.0
- Bump `flutter_form_wizard` to version 6.0.0
- Remove unnecessary `riverpod` dependency
2023-03-30 10:23:52 +02:00
2023-03-27 10:42:52 +02:00
## 0.3.5
- Fixed left button
## 0.3.4
- Fixed audio recording that would start without permissions
2023-03-07 14:11:50 +01:00
## 0.3.3
- Added optional left button on audio picker
2023-03-30 10:23:52 +02:00
2023-01-16 10:09:48 +01:00
## 0.3.2
- Fixed an incorrect import on web
## 0.3.1
- Added feature change the loading icon color.
2023-01-04 14:35:36 +01:00
## 0.3.0
- Added mimeType to MediaPickerResult.
- Made mimeType and fileName parameters of MediaPickerResult public so they can be changed if wanted.
- Removed fileType from MediaPickerResult since fileName already includes it.
- Added audio play button on result page so it doesn't play automatically anymore.
2022-12-23 15:10:01 +01:00
## 0.2.0
2023-01-04 14:35:36 +01:00
2022-12-23 15:10:01 +01:00
- 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