feat: add compatibility for flutter 3.10

This commit is contained in:
Joey Boerwinkel 2023-05-12 11:49:35 +02:00
parent 2094383f46
commit bbf8c37660
6 changed files with 125 additions and 223 deletions

View file

@ -1,22 +1,22 @@
# This is a generated file; do not edit or check into version control.
file_picker=C:\\Users\\joons\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\file_picker-5.2.5\\
flutter_plugin_android_lifecycle=C:\\Users\\joons\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\flutter_plugin_android_lifecycle-2.0.9\\
flutter_sound=C:\\Users\\joons\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\flutter_sound-9.2.13\\
flutter_sound_web=C:\\Users\\joons\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\flutter_sound_web-9.2.13\\
image_picker=C:\\Users\\joons\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\image_picker-0.8.6+4\\
image_picker_android=C:\\Users\\joons\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\image_picker_android-0.8.5+9\\
image_picker_for_web=C:\\Users\\joons\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\image_picker_for_web-2.1.11\\
image_picker_ios=C:\\Users\\joons\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\image_picker_ios-0.8.7\\
path_provider=C:\\Users\\joons\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\path_provider-2.0.13\\
path_provider_android=C:\\Users\\joons\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\path_provider_android-2.0.23\\
path_provider_foundation=C:\\Users\\joons\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\path_provider_foundation-2.1.2\\
path_provider_linux=C:\\Users\\joons\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\path_provider_linux-2.1.9\\
path_provider_windows=C:\\Users\\joons\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\path_provider_windows-2.1.4\\
permission_handler=C:\\Users\\joons\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\permission_handler-10.2.0\\
permission_handler_android=C:\\Users\\joons\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\permission_handler_android-10.2.0\\
permission_handler_apple=C:\\Users\\joons\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\permission_handler_apple-9.0.7\\
permission_handler_windows=C:\\Users\\joons\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\permission_handler_windows-0.1.2\\
video_player=C:\\Users\\joons\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\video_player-2.5.3\\
video_player_android=C:\\Users\\joons\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\video_player_android-2.3.11\\
video_player_avfoundation=C:\\Users\\joons\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\video_player_avfoundation-2.4.0\\
video_player_web=C:\\Users\\joons\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\video_player_web-2.0.14\\
file_picker=/Users/joey/.pub-cache/hosted/pub.dev/file_picker-5.3.0/
flutter_plugin_android_lifecycle=/Users/joey/.pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.14/
flutter_sound=/Users/joey/.pub-cache/hosted/pub.dev/flutter_sound-9.2.13/
flutter_sound_web=/Users/joey/.pub-cache/hosted/pub.dev/flutter_sound_web-9.2.13/
image_picker=/Users/joey/.pub-cache/hosted/pub.dev/image_picker-0.8.7+5/
image_picker_android=/Users/joey/.pub-cache/hosted/pub.dev/image_picker_android-0.8.6+13/
image_picker_for_web=/Users/joey/.pub-cache/hosted/pub.dev/image_picker_for_web-2.1.12/
image_picker_ios=/Users/joey/.pub-cache/hosted/pub.dev/image_picker_ios-0.8.7+4/
path_provider=/Users/joey/.pub-cache/hosted/pub.dev/path_provider-2.0.15/
path_provider_android=/Users/joey/.pub-cache/hosted/pub.dev/path_provider_android-2.0.27/
path_provider_foundation=/Users/joey/.pub-cache/hosted/pub.dev/path_provider_foundation-2.2.3/
path_provider_linux=/Users/joey/.pub-cache/hosted/pub.dev/path_provider_linux-2.1.10/
path_provider_windows=/Users/joey/.pub-cache/hosted/pub.dev/path_provider_windows-2.1.6/
permission_handler=/Users/joey/.pub-cache/hosted/pub.dev/permission_handler-10.2.0/
permission_handler_android=/Users/joey/.pub-cache/hosted/pub.dev/permission_handler_android-10.2.0/
permission_handler_apple=/Users/joey/.pub-cache/hosted/pub.dev/permission_handler_apple-9.0.8/
permission_handler_windows=/Users/joey/.pub-cache/hosted/pub.dev/permission_handler_windows-0.1.2/
video_player=/Users/joey/.pub-cache/hosted/pub.dev/video_player-2.6.1/
video_player_android=/Users/joey/.pub-cache/hosted/pub.dev/video_player_android-2.4.7/
video_player_avfoundation=/Users/joey/.pub-cache/hosted/pub.dev/video_player_avfoundation-2.4.6/
video_player_web=/Users/joey/.pub-cache/hosted/pub.dev/video_player_web-2.0.16/

View file

@ -1,6 +1,9 @@
## 0.6.0
- Made compatible with flutter 3.10
## 0.5.0
- added the ability to disable certain pickers in the code
- Added the ability to disable certain pickers in the code
## 0.4.0

View file

@ -117,7 +117,7 @@ class _MediaPickerExampleState extends State<MediaPickerExample> {
child: Center(
child: Text(
'Back',
style: Theme.of(context).textTheme.button,
style: Theme.of(context).textTheme.labelLarge,
),
),
),

View file

@ -5,10 +5,10 @@ packages:
dependency: transitive
description:
name: async
sha256: bfe67ef28df125b7dddcea62755991f807aa39a2492a23e1550161692950bbe0
sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c"
url: "https://pub.dev"
source: hosted
version: "2.10.0"
version: "2.11.0"
boolean_selector:
dependency: transitive
description:
@ -21,10 +21,10 @@ packages:
dependency: transitive
description:
name: characters
sha256: e6a326c8af69605aec75ed6c187d06b349707a27fbff8222ca9cc2cff167975c
sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605"
url: "https://pub.dev"
source: hosted
version: "1.2.1"
version: "1.3.0"
clock:
dependency: transitive
description:
@ -37,26 +37,26 @@ packages:
dependency: transitive
description:
name: collection
sha256: cfc915e6923fe5ce6e153b0723c753045de46de1b4d63771530504004a45fae0
sha256: "4a07be6cb69c84d677a6c3096fcf960cc3285a8330b4603e0d463d15d9bd934c"
url: "https://pub.dev"
source: hosted
version: "1.17.0"
version: "1.17.1"
cross_file:
dependency: transitive
description:
name: cross_file
sha256: f71079978789bc2fe78d79227f1f8cfe195b31bbd8db2399b0d15a4b96fb843b
sha256: "0b0036e8cccbfbe0555fd83c1d31a6f30b77a96b598b35a5d36dd41f718695e9"
url: "https://pub.dev"
source: hosted
version: "0.3.3+2"
version: "0.3.3+4"
crypto:
dependency: transitive
description:
name: crypto
sha256: aa274aa7774f8964e4f4f38cc994db7b6158dd36e9187aaceaddc994b35c6c67
sha256: ff625774173754681d66daaf4a448684fb04b78f902da9cb3d308c19cc5e8bab
url: "https://pub.dev"
source: hosted
version: "3.0.2"
version: "3.0.3"
csslib:
dependency: transitive
description:
@ -85,10 +85,10 @@ packages:
dependency: transitive
description:
name: ffi
sha256: a38574032c5f1dd06c4aee541789906c12ccaab8ba01446e800d9c5b79c4a978
sha256: ed5337a5660c506388a9f012be0288fb38b49020ce2b45fe1f8b8323fe429f99
url: "https://pub.dev"
source: hosted
version: "2.0.1"
version: "2.0.2"
file:
dependency: transitive
description:
@ -101,14 +101,10 @@ packages:
dependency: transitive
description:
name: file_picker
<<<<<<< HEAD
sha256: ecf52f978e72763ede54a93271318bbbca65a2be2d9ff658ec8ca4ea3a23d7ef
=======
sha256: d8e9ca7e5d1983365c277f12c21b4362df6cf659c99af146ad4d04eb33033013
>>>>>>> 541850f (- Bump `flutter_form_wizard` to version 6.0.0)
sha256: c7a8e25ca60e7f331b153b0cb3d405828f18d3e72a6fa1d9440c86556fffc877
url: "https://pub.dev"
source: hosted
version: "5.2.6"
version: "5.3.0"
flutter:
dependency: "direct main"
description: flutter
@ -118,28 +114,20 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "6.0.0"
resolved-ref: "6cca640496c6c13ee88de5f3da487c82564076de"
ref: "6.1.0"
resolved-ref: b104a3344cdd0bddcd2e16566ddbb488795d77f0
url: "https://github.com/Iconica-Development/flutter_form_wizard.git"
source: git
version: "6.0.0"
version: "6.1.0"
flutter_input_library:
dependency: transitive
description:
<<<<<<< HEAD
name: flutter_hooks
sha256: "2b202559a4ed3656bbb7aae9d8b335fb0037b23acc7ae3f377d1ba0b95c21aec"
url: "https://pub.dev"
source: hosted
version: "0.18.5+1"
=======
path: "."
ref: "2.0.0"
resolved-ref: "7b3a6dba90b85c108983fa8b94fa2e79aeb67316"
ref: "2.1.0"
resolved-ref: dd7129a6b9725e6df1ea8f2a7db75eb36dbc1fa8
url: "https://github.com/Iconica-Development/flutter_input_library"
source: git
version: "2.0.0"
>>>>>>> 541850f (- Bump `flutter_form_wizard` to version 6.0.0)
version: "2.1.0"
flutter_lints:
dependency: "direct dev"
description:
@ -159,30 +147,15 @@ packages:
path: ".."
relative: true
source: path
<<<<<<< HEAD
version: "0.3.5"
=======
version: "0.4.0"
>>>>>>> 541850f (- Bump `flutter_form_wizard` to version 6.0.0)
version: "0.6.0"
flutter_plugin_android_lifecycle:
dependency: transitive
description:
name: flutter_plugin_android_lifecycle
sha256: "60fc7b78455b94e6de2333d2f95196d32cf5c22f4b0b0520a628804cb463503b"
sha256: "96af49aa6b57c10a312106ad6f71deed5a754029c24789bbf620ba784f0bd0b0"
url: "https://pub.dev"
source: hosted
version: "2.0.7"
<<<<<<< HEAD
flutter_riverpod:
dependency: transitive
description:
name: flutter_riverpod
sha256: d84e180f039a6b963e610d2e4435641fdfe8f12437e8770e963632e05af16d80
url: "https://pub.dev"
source: hosted
version: "1.0.4"
=======
>>>>>>> 541850f (- Bump `flutter_form_wizard` to version 6.0.0)
version: "2.0.14"
flutter_sound:
dependency: transitive
description:
@ -217,33 +190,22 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
<<<<<<< HEAD
hooks_riverpod:
dependency: "direct main"
description:
name: hooks_riverpod
sha256: c2264035396e5fc238e98ef053b07b9cab298450e39c6a8704634c8452c61bbe
url: "https://pub.dev"
source: hosted
version: "1.0.4"
=======
>>>>>>> 541850f (- Bump `flutter_form_wizard` to version 6.0.0)
html:
dependency: transitive
description:
name: html
sha256: d9793e10dbe0e6c364f4c59bf3e01fb33a9b2a674bc7a1081693dba0614b6269
sha256: "58e3491f7bf0b6a4ea5110c0c688877460d1a6366731155c4a4580e7ded773e8"
url: "https://pub.dev"
source: hosted
version: "0.15.1"
version: "0.15.3"
http:
dependency: transitive
description:
name: http
sha256: "6aa2946395183537c8b880962d935877325d6a09a2867c3970c05c0fed6ac482"
sha256: "5895291c13fa8a3bd82e76d5627f69e0d85ca6a30dcac95c4ea19a5d555879c2"
url: "https://pub.dev"
source: hosted
version: "0.13.5"
version: "0.13.6"
http_parser:
dependency: transitive
description:
@ -256,81 +218,66 @@ packages:
dependency: transitive
description:
name: image_picker
<<<<<<< HEAD
sha256: a8f2f0aed50c03230ab37e93ca2905c50b6c4097245345956eb24a88f45328cd
=======
sha256: "64b21d9f0e065f9ab0e4dde458076226c97382cc0c6949144cb874c62bf8e9f8"
>>>>>>> 541850f (- Bump `flutter_form_wizard` to version 6.0.0)
sha256: "9978d3510af4e6a902e545ce19229b926e6de6a1828d6134d3aab2e129a4d270"
url: "https://pub.dev"
source: hosted
version: "0.8.7"
version: "0.8.7+5"
image_picker_android:
dependency: transitive
description:
name: image_picker_android
sha256: "822f71a53336bf1e638dbf955047080ca49ba0197f52c4fece9cf584c368648a"
sha256: "794f910835b51a54fdb5055425266e7391eecaebb0cc6fd3fed2e01a602af51f"
url: "https://pub.dev"
source: hosted
version: "0.8.5+3"
version: "0.8.6+13"
image_picker_for_web:
dependency: transitive
description:
name: image_picker_for_web
sha256: "7d319fb74955ca46d9bf7011497860e3923bb67feebcf068f489311065863899"
sha256: "98f50d6b9f294c8ba35e25cc0d13b04bfddd25dbc8d32fa9d566a6572f2c081c"
url: "https://pub.dev"
source: hosted
version: "2.1.10"
version: "2.1.12"
image_picker_ios:
dependency: transitive
description:
name: image_picker_ios
sha256: "1768087441bd69ca632249d212c26fa8d530552d37b4896a4dd8d6781435c147"
sha256: d779210bda268a03b57e923fb1e410f32f5c5e708ad256348bcbf1f44f558fd0
url: "https://pub.dev"
source: hosted
version: "0.8.6+1"
version: "0.8.7+4"
image_picker_platform_interface:
dependency: transitive
description:
name: image_picker_platform_interface
sha256: "7cef2f28f4f2fef99180f636c3d446b4ccbafd6ba0fad2adc9a80c4040f656b8"
sha256: "1991219d9dbc42a99aff77e663af8ca51ced592cd6685c9485e3458302d3d4f8"
url: "https://pub.dev"
source: hosted
version: "2.6.2"
version: "2.6.3"
intl:
dependency: transitive
description:
name: intl
sha256: "910f85bce16fb5c6f614e117efa303e85a1731bb0081edf3604a2ae6e9a3cc91"
sha256: a3715e3bc90294e971cb7dc063fbf3cd9ee0ebf8604ffeafabd9e6f16abbdbe6
url: "https://pub.dev"
source: hosted
version: "0.17.0"
version: "0.18.0"
js:
dependency: transitive
description:
name: js
sha256: "5528c2f391ededb7775ec1daa69e65a2d61276f7552de2b5f7b8d34ee9fd4ab7"
sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
url: "https://pub.dev"
source: hosted
version: "0.6.5"
version: "0.6.7"
lints:
dependency: transitive
description:
name: lints
sha256: "5e4a9cd06d447758280a8ac2405101e0e2094d2a1dbdd3756aec3fe7775ba593"
url: "https://pub.dev"
source: hosted
version: "2.0.1"
<<<<<<< HEAD
localization:
dependency: transitive
description:
name: localization
sha256: "01d892155364dc456e1141dd8003e43c98d457f2b51fe1b8984766bad2a3fd72"
sha256: "6b0206b0bf4f04961fc5438198ccb3a885685cd67d4d4a32cc20ad7f8adbe015"
url: "https://pub.dev"
source: hosted
version: "2.1.0"
=======
>>>>>>> 541850f (- Bump `flutter_form_wizard` to version 6.0.0)
logger:
dependency: transitive
description:
@ -343,10 +290,10 @@ packages:
dependency: transitive
description:
name: matcher
sha256: "16db949ceee371e9b99d22f88fa3a73c4e59fd0afed0bd25fc336eb76c198b72"
sha256: "6501fbd55da300384b768785b83e5ce66991266cec21af89ab9ae7f5ce1c4cbb"
url: "https://pub.dev"
source: hosted
version: "0.12.13"
version: "0.12.15"
material_color_utilities:
dependency: transitive
description:
@ -359,18 +306,18 @@ packages:
dependency: transitive
description:
name: meta
sha256: "6c268b42ed578a53088d834796959e4a1814b5e9e164f147f580a386e5decf42"
sha256: "3c74dbf8763d36539f114c799d8a2d87343b5067e9d796ca22b5eb8437090ee3"
url: "https://pub.dev"
source: hosted
version: "1.8.0"
version: "1.9.1"
mime:
dependency: transitive
description:
name: mime
sha256: "52e38f7e1143ef39daf532117d6b8f8f617bf4bcd6044ed8c29040d20d269630"
sha256: e4ff8e8564c03f255408decd16e7899da1733852a9110a58fe6d1b817684a63e
url: "https://pub.dev"
source: hosted
version: "1.0.3"
version: "1.0.4"
nested:
dependency: transitive
description:
@ -383,78 +330,58 @@ packages:
dependency: transitive
description:
name: path
sha256: db9d4f58c908a4ba5953fcee2ae317c94889433e5024c27ce74a37f94267945b
sha256: "8829d8a55c13fc0e37127c29fedf290c102f4e40ae94ada574091fe0ff96c917"
url: "https://pub.dev"
source: hosted
version: "1.8.2"
version: "1.8.3"
path_provider:
dependency: transitive
description:
name: path_provider
<<<<<<< HEAD
sha256: "050e8e85e4b7fecdf2bb3682c1c64c4887a183720c802d323de8a5fd76d372dd"
=======
sha256: "04890b994ee89bfa80bf3080bfec40d5a92c5c7a785ebb02c13084a099d2b6f9"
>>>>>>> 541850f (- Bump `flutter_form_wizard` to version 6.0.0)
sha256: "3087813781ab814e4157b172f1a11c46be20179fcc9bea043e0fba36bc0acaa2"
url: "https://pub.dev"
source: hosted
version: "2.0.13"
version: "2.0.15"
path_provider_android:
dependency: transitive
description:
name: path_provider_android
sha256: "4d5542667150f5b779ba411dd5dc0b674a85d1355e45bda2877e0e82f4ad08d8"
sha256: "2cec049d282c7f13c594b4a73976b0b4f2d7a1838a6dd5aaf7bd9719196bee86"
url: "https://pub.dev"
source: hosted
version: "2.0.20"
version: "2.0.27"
path_provider_foundation:
dependency: transitive
description:
<<<<<<< HEAD
name: path_provider_ios
sha256: "03d639406f5343478352433f00d3c4394d52dac8df3d847869c5e2333e0bbce8"
=======
name: path_provider_foundation
sha256: "12eee51abdf4d34c590f043f45073adbb45514a108bd9db4491547a2fd891059"
>>>>>>> 541850f (- Bump `flutter_form_wizard` to version 6.0.0)
sha256: "1995d88ec2948dac43edf8fe58eb434d35d22a2940ecee1a9fefcd62beee6eb3"
url: "https://pub.dev"
source: hosted
version: "2.2.0"
version: "2.2.3"
path_provider_linux:
dependency: transitive
description:
name: path_provider_linux
sha256: ab0987bf95bc591da42dffb38c77398fc43309f0b9b894dcc5d6f40c4b26c379
sha256: "2ae08f2216225427e64ad224a24354221c2c7907e448e6e0e8b57b1eb9f10ad1"
url: "https://pub.dev"
source: hosted
version: "2.1.7"
<<<<<<< HEAD
path_provider_macos:
dependency: transitive
description:
name: path_provider_macos
sha256: "2a97e7fbb7ae9dcd0dfc1220a78e9ec3e71da691912e617e8715ff2a13086ae8"
url: "https://pub.dev"
source: hosted
version: "2.0.6"
=======
>>>>>>> 541850f (- Bump `flutter_form_wizard` to version 6.0.0)
version: "2.1.10"
path_provider_platform_interface:
dependency: transitive
description:
name: path_provider_platform_interface
sha256: f0abc8ebd7253741f05488b4813d936b4d07c6bae3e86148a09e342ee4b08e76
sha256: "57585299a729335f1298b43245842678cb9f43a6310351b18fb577d6e33165ec"
url: "https://pub.dev"
source: hosted
version: "2.0.5"
version: "2.0.6"
path_provider_windows:
dependency: transitive
description:
name: path_provider_windows
sha256: bcabbe399d4042b8ee687e17548d5d3f527255253b4a639f5f8d2094a9c2b45c
sha256: d3f80b32e83ec208ac95253e0cd4d298e104fbc63cb29c5c69edaed43b0c69d6
url: "https://pub.dev"
source: hosted
version: "2.1.3"
version: "2.1.6"
permission_handler:
dependency: transitive
description:
@ -475,10 +402,10 @@ packages:
dependency: transitive
description:
name: permission_handler_apple
sha256: "9c370ef6a18b1c4b2f7f35944d644a56aa23576f23abee654cf73968de93f163"
sha256: ee96ac32f5a8e6f80756e25b25b9f8e535816c8e6665a96b6d70681f8c4f7e85
url: "https://pub.dev"
source: hosted
version: "9.0.7"
version: "9.0.8"
permission_handler_platform_interface:
dependency: transitive
description:
@ -507,10 +434,10 @@ packages:
dependency: transitive
description:
name: plugin_platform_interface
sha256: dbf0f707c78beedc9200146ad3cb0ab4d5da13c246336987be6940f026500d3a
sha256: "6a2128648c854906c53fa8e33986fc0247a1116122f9534dd20e3ab9e16a32bc"
url: "https://pub.dev"
source: hosted
version: "2.1.3"
version: "2.1.4"
process:
dependency: transitive
description:
@ -523,10 +450,10 @@ packages:
dependency: transitive
description:
name: provider
sha256: e1e7413d70444ea3096815a60fe5da1b11bda8a9dc4769252cc82c53536f8bcc
sha256: cdbe7530b12ecd9eb455bdaa2fcb8d4dad22e80b8afb4798b41479d5ce26847f
url: "https://pub.dev"
source: hosted
version: "6.0.4"
version: "6.0.5"
recase:
dependency: transitive
description:
@ -535,17 +462,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "4.1.0"
<<<<<<< HEAD
riverpod:
dependency: transitive
description:
name: riverpod
sha256: e7f097159b9512f5953ff544164c19057f45ce28fd0cb971fc4cad1f7b28217d
url: "https://pub.dev"
source: hosted
version: "1.0.3"
=======
>>>>>>> 541850f (- Bump `flutter_form_wizard` to version 6.0.0)
sky_engine:
dependency: transitive
description: flutter
@ -567,17 +483,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.11.0"
<<<<<<< HEAD
state_notifier:
dependency: transitive
description:
name: state_notifier
sha256: "8fe42610f179b843b12371e40db58c9444f8757f8b69d181c97e50787caed289"
url: "https://pub.dev"
source: hosted
version: "0.7.2+1"
=======
>>>>>>> 541850f (- Bump `flutter_form_wizard` to version 6.0.0)
stream_channel:
dependency: transitive
description:
@ -598,10 +503,10 @@ packages:
dependency: transitive
description:
name: synchronized
sha256: "7b530acd9cb7c71b0019a1e7fa22c4105e675557a4400b6a401c71c5e0ade1ac"
sha256: "5fcbd27688af6082f5abd611af56ee575342c30e87541d0245f7ff99faa02c60"
url: "https://pub.dev"
source: hosted
version: "3.0.0+3"
version: "3.1.0"
term_glyph:
dependency: transitive
description:
@ -614,26 +519,26 @@ packages:
dependency: transitive
description:
name: test_api
sha256: ad540f65f92caa91bf21dfc8ffb8c589d6e4dc0c2267818b4cc2792857706206
sha256: eb6ac1540b26de412b3403a163d919ba86f6a973fe6cc50ae3541b80092fdcfb
url: "https://pub.dev"
source: hosted
version: "0.4.16"
version: "0.5.1"
typed_data:
dependency: transitive
description:
name: typed_data
sha256: "26f87ade979c47a150c9eaab93ccd2bebe70a27dc0b4b29517f2904f04eb11a5"
sha256: facc8d6582f16042dd49f2463ff1bd6e2c9ef9f3d5da3d9b087e244a7b564b3c
url: "https://pub.dev"
source: hosted
version: "1.3.1"
version: "1.3.2"
uuid:
dependency: transitive
description:
name: uuid
sha256: "2469694ad079893e3b434a627970c33f2fa5adc46dfe03c9617546969a9a8afc"
sha256: "648e103079f7c64a36dc7d39369cabb358d377078a051d6ae2ad3aa539519313"
url: "https://pub.dev"
source: hosted
version: "3.0.6"
version: "3.0.7"
vector_math:
dependency: transitive
description:
@ -646,62 +551,58 @@ packages:
dependency: transitive
description:
name: video_player
<<<<<<< HEAD
sha256: "32c20460c6879140dbd2728323918e5b1982125ad6517f71a01e17cdd7fa7975"
=======
sha256: "868a139229acb5018d22aded3eb9cb4767ff43a8216573c086b6c535a4957481"
>>>>>>> 541850f (- Bump `flutter_form_wizard` to version 6.0.0)
sha256: de95f0e9405f29b5582573d4166132e71f83b3158aac14e8ee5767a54f4f1fbd
url: "https://pub.dev"
source: hosted
version: "2.6.0"
version: "2.6.1"
video_player_android:
dependency: transitive
description:
name: video_player_android
sha256: d4d7313d1dc6f14d3414b98e2b268c3f34f4ac4ce4af51cf905e9a438edf0c77
sha256: b608c320ab1a5fd373987c9c3c9ddbd6bda04d209f2a9f0bf197c5b02082201e
url: "https://pub.dev"
source: hosted
version: "2.3.9"
version: "2.4.7"
video_player_avfoundation:
dependency: transitive
description:
name: video_player_avfoundation
sha256: "3df559495634bba8feb24439ac0a28a380d4ff96be7990811dc4ec81299e8cfa"
sha256: "4c274e439f349a0ee5cb3c42978393ede173a443b98f50de6ffe6900eaa19216"
url: "https://pub.dev"
source: hosted
version: "2.3.7"
version: "2.4.6"
video_player_platform_interface:
dependency: transitive
description:
name: video_player_platform_interface
sha256: "318a6d20577e1c78cf0bf40670883cc571ea860c72a4f7426d7dacce4bdd4343"
sha256: a8c4dcae2a7a6e7cc1d7f9808294d968eca1993af34a98e95b9bdfa959bec684
url: "https://pub.dev"
source: hosted
version: "5.1.4"
version: "6.1.0"
video_player_web:
dependency: transitive
description:
name: video_player_web
sha256: ed949a3df5fe88533254bbdd242c3d8eea19ecbc4e7af90da84ef087533f584b
sha256: "44ce41424d104dfb7cf6982cc6b84af2b007a24d126406025bf40de5d481c74c"
url: "https://pub.dev"
source: hosted
version: "2.0.12"
version: "2.0.16"
win32:
dependency: transitive
description:
name: win32
sha256: "9555cd63283445e101f0df32105862fdc0b30adb9b84fd0553e9433b3e074d4c"
sha256: "5a751eddf9db89b3e5f9d50c20ab8612296e4e8db69009788d6c8b060a84191c"
url: "https://pub.dev"
source: hosted
version: "3.0.1"
version: "4.1.4"
xdg_directories:
dependency: transitive
description:
name: xdg_directories
sha256: "11541eedefbcaec9de35aa82650b695297ce668662bbd6e3911a7fabdbde589f"
sha256: ee1505df1426458f7f60aac270645098d318a8b4766d85fde75f76f2e21807d1
url: "https://pub.dev"
source: hosted
version: "0.2.0+2"
version: "1.0.0"
sdks:
dart: ">=2.18.2 <3.0.0"
flutter: ">=3.0.0"
dart: ">=3.0.0-417 <4.0.0"
flutter: ">=3.3.0"

View file

@ -3,7 +3,7 @@ description: A new Flutter project.
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
publish_to: "none" # Remove this line if you wish to publish to pub.dev
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
@ -20,7 +20,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=2.18.2 <3.0.0'
sdk: ">=2.18.2 <3.0.0"
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
@ -35,11 +35,10 @@ dependencies:
flutter_form_wizard:
git:
url: https://github.com/Iconica-Development/flutter_form_wizard.git
ref: 6.0.0
ref: 6.1.0
flutter_media_picker:
path: ../
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
@ -60,7 +59,6 @@ dev_dependencies:
# The following section is specific to Flutter packages.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.

View file

@ -1,6 +1,6 @@
name: flutter_media_picker
description: A new Flutter package project.
version: 0.5.0
version: 0.6.0
homepage: https://github.com/Iconica-Development/flutter_media_picker
publish_to: "none"
@ -18,13 +18,13 @@ dependencies:
video_player: ^2.6.0
path_provider: ^2.0.13
flutter_sound: ^9.2.13
intl: ^0.17.0
intl: ^0.18.0
permission_handler: ^10.2.0
logger: ^1.3.0
flutter_form_wizard:
git:
url: https://github.com/Iconica-Development/flutter_form_wizard.git
ref: 6.0.0
ref: 6.1.0
mime: ^1.0.3
dev_dependencies: