Update version to 0.3.2

This commit is contained in:
Bart Ribbers 2023-01-16 10:09:48 +01:00
parent d3a8016c64
commit b0d67af124
5 changed files with 7 additions and 3 deletions

View file

@ -1 +0,0 @@
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"file_picker","path":"/home/bart/.pub-cache/hosted/pub.dartlang.org/file_picker-5.2.5/","native_build":true,"dependencies":[]},{"name":"flutter_sound","path":"/home/bart/.pub-cache/hosted/pub.dartlang.org/flutter_sound-9.2.13/","native_build":true,"dependencies":[]},{"name":"image_picker_ios","path":"/home/bart/.pub-cache/hosted/pub.dartlang.org/image_picker_ios-0.8.6+5/","native_build":true,"dependencies":[]},{"name":"path_provider_ios","path":"/home/bart/.pub-cache/hosted/pub.dartlang.org/path_provider_ios-2.0.11/","native_build":true,"dependencies":[]},{"name":"permission_handler_apple","path":"/home/bart/.pub-cache/hosted/pub.dartlang.org/permission_handler_apple-9.0.7/","native_build":true,"dependencies":[]},{"name":"video_player_avfoundation","path":"/home/bart/.pub-cache/hosted/pub.dartlang.org/video_player_avfoundation-2.3.8/","native_build":true,"dependencies":[]}],"android":[{"name":"file_picker","path":"/home/bart/.pub-cache/hosted/pub.dartlang.org/file_picker-5.2.5/","native_build":true,"dependencies":["flutter_plugin_android_lifecycle"]},{"name":"flutter_plugin_android_lifecycle","path":"/home/bart/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycle-2.0.7/","native_build":true,"dependencies":[]},{"name":"flutter_sound","path":"/home/bart/.pub-cache/hosted/pub.dartlang.org/flutter_sound-9.2.13/","native_build":true,"dependencies":[]},{"name":"image_picker_android","path":"/home/bart/.pub-cache/hosted/pub.dartlang.org/image_picker_android-0.8.5+4/","native_build":true,"dependencies":["flutter_plugin_android_lifecycle"]},{"name":"path_provider_android","path":"/home/bart/.pub-cache/hosted/pub.dartlang.org/path_provider_android-2.0.22/","native_build":true,"dependencies":[]},{"name":"permission_handler_android","path":"/home/bart/.pub-cache/hosted/pub.dartlang.org/permission_handler_android-10.2.0/","native_build":true,"dependencies":[]},{"name":"video_player_android","path":"/home/bart/.pub-cache/hosted/pub.dartlang.org/video_player_android-2.3.10/","native_build":true,"dependencies":[]}],"macos":[{"name":"path_provider_macos","path":"/home/bart/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-2.0.7/","native_build":true,"dependencies":[]}],"linux":[{"name":"path_provider_linux","path":"/home/bart/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-2.1.7/","native_build":false,"dependencies":[]}],"windows":[{"name":"path_provider_windows","path":"/home/bart/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-2.1.3/","native_build":false,"dependencies":[]},{"name":"permission_handler_windows","path":"/home/bart/.pub-cache/hosted/pub.dartlang.org/permission_handler_windows-0.1.2/","native_build":true,"dependencies":[]}],"web":[{"name":"file_picker","path":"/home/bart/.pub-cache/hosted/pub.dartlang.org/file_picker-5.2.5/","dependencies":[]},{"name":"flutter_sound_web","path":"/home/bart/.pub-cache/hosted/pub.dartlang.org/flutter_sound_web-9.2.13/","dependencies":[]},{"name":"image_picker_for_web","path":"/home/bart/.pub-cache/hosted/pub.dartlang.org/image_picker_for_web-2.1.10/","dependencies":[]},{"name":"video_player_web","path":"/home/bart/.pub-cache/hosted/pub.dartlang.org/video_player_web-2.0.13/","dependencies":[]}]},"dependencyGraph":[{"name":"file_picker","dependencies":["flutter_plugin_android_lifecycle"]},{"name":"flutter_plugin_android_lifecycle","dependencies":[]},{"name":"flutter_sound","dependencies":["path_provider","flutter_sound_web"]},{"name":"flutter_sound_web","dependencies":[]},{"name":"image_picker","dependencies":["image_picker_android","image_picker_for_web","image_picker_ios"]},{"name":"image_picker_android","dependencies":["flutter_plugin_android_lifecycle"]},{"name":"image_picker_for_web","dependencies":[]},{"name":"image_picker_ios","dependencies":[]},{"name":"path_provider","dependencies":["path_provider_android","path_provider_ios","path_provider_linux","path_provider_macos","path_provider_windows"]},{"name":"path_provider_android","dependencies":[]},{"name":"path_provider_ios","dependencies":[]},{"name":"path_provider_linux","dependencies":[]},{"name":"path_provider_macos","dependencies":[]},{"name":"path_provider_windows","dependencies":[]},{"name":"permission_handler","dependencies":["permission_handler_android","permission_handler_apple","permission_handler_windows"]},{"name":"permission_handler_android","dependencies":[]},{"name":"permission_handler_apple","dependencies":[]},{"name":"permission_handler_windows","dependencies":[]},{"name":"video_player","dependencies":["video_player_android","video_player_avfoundation","video_player_web"]},{"name":"video_player_android","dependencies":[]},{"name":"video_player_avfoundation","dependencies":[]},{"name":"video_player_web","dependencies":[]}],"date_created":"2023-01-16 09:40:56.412981","version":"3.3.10"}

1
.gitignore vendored
View file

@ -28,3 +28,4 @@ migrate_working_dir/
.dart_tool/
.packages
build/
.flutter-plugins-dependencies

View file

@ -1,3 +1,7 @@
## 0.3.2
- Fixed an incorrect import on web
## 0.3.1
- Added feature change the loading icon color.

View file

@ -131,7 +131,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.3.0"
version: "0.3.2"
flutter_plugin_android_lifecycle:
dependency: transitive
description:

View file

@ -1,6 +1,6 @@
name: flutter_media_picker
description: A new Flutter package project.
version: 0.3.0
version: 0.3.2
homepage: https://github.com/Iconica-Development/flutter_media_picker
publish_to: "none"