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
|
||||
|
||||
- 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"
|
||||
description:
|
||||
path: "."
|
||||
ref: "2.0.0"
|
||||
resolved-ref: "39a09251c62ca8905bcf97299c87528f049d2f52"
|
||||
ref: "2.0.1"
|
||||
resolved-ref: "86426c09bc39a3d926a6cf1f2f77377d92c76aec"
|
||||
url: "https://github.com/Iconica-Development/flutter_form.git"
|
||||
source: git
|
||||
version: "1.0.2"
|
||||
|
|
|
@ -36,7 +36,7 @@ dependencies:
|
|||
flutter_form:
|
||||
git:
|
||||
url: https://github.com/Iconica-Development/flutter_form.git
|
||||
ref: 2.0.0
|
||||
ref: 2.0.1
|
||||
flutter_media_picker:
|
||||
path: ../
|
||||
|
||||
|
|
|
@ -2,10 +2,10 @@ name: flutter_media_picker
|
|||
description: A new Flutter package project.
|
||||
version: 0.0.1
|
||||
homepage: https://github.com/Iconica-Development/flutter_media_picker
|
||||
publish_to: 'none'
|
||||
publish_to: "none"
|
||||
|
||||
environment:
|
||||
sdk: '>=2.18.2 <3.0.0'
|
||||
sdk: ">=2.18.2 <3.0.0"
|
||||
flutter: ">=1.17.0"
|
||||
|
||||
dependencies:
|
||||
|
@ -23,7 +23,7 @@ dependencies:
|
|||
flutter_form:
|
||||
git:
|
||||
url: https://github.com/Iconica-Development/flutter_form.git
|
||||
ref: 2.0.0
|
||||
ref: 2.0.1
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
Loading…
Reference in a new issue