mirror of
https://github.com/Iconica-Development/flutter_media_picker.git
synced 2025-05-18 16:33:45 +02:00
Merge pull request #12 from Iconica-Development/fix/leftbutton
fix:left-button
This commit is contained in:
commit
7be63de646
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
## 0.3.5
|
||||
|
||||
- Fixed left button
|
||||
|
||||
## 0.3.4
|
||||
|
||||
- Fixed audio recording that would start without permissions
|
||||
|
|
|
@ -146,7 +146,7 @@ packages:
|
|||
path: ".."
|
||||
relative: true
|
||||
source: path
|
||||
version: "0.3.4"
|
||||
version: "0.3.5"
|
||||
flutter_plugin_android_lifecycle:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: flutter_media_picker
|
||||
description: A new Flutter package project.
|
||||
version: 0.3.4
|
||||
version: 0.3.5
|
||||
homepage: https://github.com/Iconica-Development/flutter_media_picker
|
||||
publish_to: "none"
|
||||
|
||||
|
|
Loading…
Reference in a new issue