mirror of
https://github.com/Iconica-Development/flutter_media_picker.git
synced 2025-05-18 16:33:45 +02:00
Merge pull request #3 from Iconica-Development/fix/form_version
fix: updated flutter_form version
This commit is contained in:
commit
c855aa394a
4 changed files with 11 additions and 7 deletions
|
@ -13,3 +13,7 @@
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
- Ability to set styling for the audio input.
|
- Ability to set styling for the audio input.
|
||||||
|
|
||||||
|
## 0.1.1
|
||||||
|
|
||||||
|
- Updated flutter_form version to 2.0.1
|
||||||
|
|
|
@ -94,8 +94,8 @@ packages:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: "2.0.0"
|
ref: "2.0.1"
|
||||||
resolved-ref: "39a09251c62ca8905bcf97299c87528f049d2f52"
|
resolved-ref: "86426c09bc39a3d926a6cf1f2f77377d92c76aec"
|
||||||
url: "https://github.com/Iconica-Development/flutter_form.git"
|
url: "https://github.com/Iconica-Development/flutter_form.git"
|
||||||
source: git
|
source: git
|
||||||
version: "1.0.2"
|
version: "1.0.2"
|
||||||
|
|
|
@ -36,7 +36,7 @@ dependencies:
|
||||||
flutter_form:
|
flutter_form:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/Iconica-Development/flutter_form.git
|
url: https://github.com/Iconica-Development/flutter_form.git
|
||||||
ref: 2.0.0
|
ref: 2.0.1
|
||||||
flutter_media_picker:
|
flutter_media_picker:
|
||||||
path: ../
|
path: ../
|
||||||
|
|
||||||
|
|
|
@ -2,10 +2,10 @@ name: flutter_media_picker
|
||||||
description: A new Flutter package project.
|
description: A new Flutter package project.
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
homepage: https://github.com/Iconica-Development/flutter_media_picker
|
homepage: https://github.com/Iconica-Development/flutter_media_picker
|
||||||
publish_to: 'none'
|
publish_to: "none"
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.18.2 <3.0.0'
|
sdk: ">=2.18.2 <3.0.0"
|
||||||
flutter: ">=1.17.0"
|
flutter: ">=1.17.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -15,7 +15,7 @@ dependencies:
|
||||||
image_picker: any
|
image_picker: any
|
||||||
video_player: any
|
video_player: any
|
||||||
path_provider: any
|
path_provider: any
|
||||||
hooks_riverpod : any
|
hooks_riverpod: any
|
||||||
flutter_sound: any
|
flutter_sound: any
|
||||||
intl: any
|
intl: any
|
||||||
permission_handler: any
|
permission_handler: any
|
||||||
|
@ -23,7 +23,7 @@ dependencies:
|
||||||
flutter_form:
|
flutter_form:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/Iconica-Development/flutter_form.git
|
url: https://github.com/Iconica-Development/flutter_form.git
|
||||||
ref: 2.0.0
|
ref: 2.0.1
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|
Loading…
Reference in a new issue