fix android build by overriding path_provider_android back to an earlier version
I don't know why this is needed
This commit is contained in:
parent
972c143de2
commit
66ef2de027
4 changed files with 46 additions and 63 deletions
|
|
@ -11,7 +11,6 @@ list(APPEND FLUTTER_PLUGIN_LIST
|
||||||
)
|
)
|
||||||
|
|
||||||
list(APPEND FLUTTER_FFI_PLUGIN_LIST
|
list(APPEND FLUTTER_FFI_PLUGIN_LIST
|
||||||
jni
|
|
||||||
)
|
)
|
||||||
|
|
||||||
set(PLUGIN_BUNDLED_LIBRARIES)
|
set(PLUGIN_BUNDLED_LIBRARIES)
|
||||||
|
|
|
||||||
24
pubspec.lock
24
pubspec.lock
|
|
@ -735,22 +735,6 @@ packages:
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.0.5"
|
version: "1.0.5"
|
||||||
jni:
|
|
||||||
dependency: transitive
|
|
||||||
description:
|
|
||||||
name: jni
|
|
||||||
sha256: c2230682d5bc2362c1c9e8d3c7f406d9cbba23ab3f2e203a025dd47e0fb2e68f
|
|
||||||
url: "https://pub.dev"
|
|
||||||
source: hosted
|
|
||||||
version: "1.0.0"
|
|
||||||
jni_flutter:
|
|
||||||
dependency: transitive
|
|
||||||
description:
|
|
||||||
name: jni_flutter
|
|
||||||
sha256: "8b59e590786050b1cd866677dddaf76b1ade5e7bc751abe04b86e84d379d3ba6"
|
|
||||||
url: "https://pub.dev"
|
|
||||||
source: hosted
|
|
||||||
version: "1.0.1"
|
|
||||||
json_annotation:
|
json_annotation:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
|
@ -912,13 +896,13 @@ packages:
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.1.5"
|
version: "2.1.5"
|
||||||
path_provider_android:
|
path_provider_android:
|
||||||
dependency: transitive
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: path_provider_android
|
name: path_provider_android
|
||||||
sha256: "69cbd515a62b94d32a7944f086b2f82b4ac40a1d45bebfc00813a430ab2dabcd"
|
sha256: "149441ca6e4f38193b2e004c0ca6376a3d11f51fa5a77552d8bd4d2b0c0912ba"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.3.1"
|
version: "2.2.23"
|
||||||
path_provider_foundation:
|
path_provider_foundation:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
@ -1573,5 +1557,5 @@ packages:
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.2.4"
|
version: "2.2.4"
|
||||||
sdks:
|
sdks:
|
||||||
dart: ">=3.11.4 <4.0.0"
|
dart: "3.11.4"
|
||||||
flutter: ">=3.38.4"
|
flutter: ">=3.38.4"
|
||||||
|
|
|
||||||
83
pubspec.yaml
83
pubspec.yaml
|
|
@ -9,61 +9,62 @@ flutter:
|
||||||
uses-material-design: true
|
uses-material-design: true
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: "^3.11.4"
|
sdk: "3.11.4"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
flutter_localizations:
|
flutter_localizations:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
flutter_riverpod: ^3.3.1
|
flutter_riverpod: 3.3.1
|
||||||
hooks_riverpod: ^3.3.1
|
hooks_riverpod: 3.3.1
|
||||||
intl: ^0.20.1
|
intl: 0.20.2
|
||||||
fast_immutable_collections: ^11.0.0
|
fast_immutable_collections: 11.2.0
|
||||||
path_provider: ^2.1.3
|
path_provider: 2.1.5
|
||||||
url_launcher: ^6.2.6
|
path_provider_android: 2.2.23
|
||||||
freezed_annotation: ^3.1.0
|
url_launcher: 6.3.2
|
||||||
image_picker: ^1.1.2
|
freezed_annotation: 3.1.0
|
||||||
file_picker: ^11.0.2
|
image_picker: 1.2.2
|
||||||
path: ^1.9.0
|
file_picker: 11.0.2
|
||||||
|
path: 1.9.1
|
||||||
dynamic_system_colors:
|
dynamic_system_colors:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/hasali19/flutter_dynamic_system_colors
|
url: https://github.com/hasali19/flutter_dynamic_system_colors
|
||||||
collection: ^1.19.1
|
collection: 1.19.1
|
||||||
window_manager: ^0.5.1
|
window_manager: 0.5.1
|
||||||
flutter_chat_core: ^2.0.0
|
flutter_chat_core: 2.9.0
|
||||||
flyer_chat_image_message: ^2.2.2
|
flyer_chat_image_message: 2.3.0
|
||||||
flyer_chat_system_message: ^2.1.13
|
flyer_chat_system_message: 2.2.0
|
||||||
flyer_chat_file_message: ^2.3.1
|
flyer_chat_file_message: 2.4.0
|
||||||
flutter_chat_ui: ^2.11.1
|
flutter_chat_ui: 2.11.1
|
||||||
flutter_link_previewer: ^4.2.0
|
flutter_link_previewer: 4.2.0
|
||||||
color_hash: ^1.0.1
|
color_hash: 1.0.1
|
||||||
flutter_widget_from_html_core: ^0.17.0
|
flutter_widget_from_html_core: 0.17.2
|
||||||
flutter_svg: ^2.2.2
|
flutter_svg: 2.3.0
|
||||||
json_annotation: ^4.9.0
|
json_annotation: 4.11.0
|
||||||
shared_preferences: ^2.5.3
|
shared_preferences: 2.5.5
|
||||||
fluttertagger: ^2.3.1
|
fluttertagger: 2.3.2
|
||||||
dynamic_polls: ^0.0.6
|
dynamic_polls: 0.0.7
|
||||||
flutter_hooks: ^0.21.3+1
|
flutter_hooks: 0.21.3+1
|
||||||
cross_cache: ^1.1.0
|
cross_cache: 1.1.0
|
||||||
ffi: ^2.1.5
|
ffi: 2.2.0
|
||||||
hooks: ^1.0.0
|
hooks: 1.0.3
|
||||||
code_assets: ^1.0.0
|
code_assets: 1.0.0
|
||||||
ffigen: ^20.1.1
|
ffigen: 20.1.1
|
||||||
timeago: ^3.7.1
|
timeago: 3.7.1
|
||||||
http: ^1.6.0
|
http: 1.6.0
|
||||||
flutter_linkify: ^6.0.0
|
flutter_linkify: 6.0.0
|
||||||
emoji_text_field:
|
emoji_text_field:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/Henry-Hiles/emoji_text_field
|
url: https://github.com/Henry-Hiles/emoji_text_field
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
build_runner: ^2.4.11
|
build_runner: 2.15.0
|
||||||
flutter_lints: ^6.0.0
|
flutter_lints: 6.0.0
|
||||||
freezed: ^3.2.3
|
freezed: 3.2.5
|
||||||
riverpod_lint: ^3.1.3
|
riverpod_lint: 3.1.3
|
||||||
flutter_launcher_icons: ^0.14.1
|
flutter_launcher_icons: 0.14.4
|
||||||
json_serializable: ^6.11.1
|
json_serializable: 6.13.0
|
||||||
|
|
||||||
flutter_launcher_icons:
|
flutter_launcher_icons:
|
||||||
ios: true
|
ios: true
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,6 @@ list(APPEND FLUTTER_PLUGIN_LIST
|
||||||
)
|
)
|
||||||
|
|
||||||
list(APPEND FLUTTER_FFI_PLUGIN_LIST
|
list(APPEND FLUTTER_FFI_PLUGIN_LIST
|
||||||
jni
|
|
||||||
)
|
)
|
||||||
|
|
||||||
set(PLUGIN_BUNDLED_LIBRARIES)
|
set(PLUGIN_BUNDLED_LIBRARIES)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue