Flutter packages updates to use git for dead packages.

This commit is contained in:
Lucas Oskorep
2022-08-28 12:31:33 -04:00
parent 2c0250c79d
commit a54626bf5d
3 changed files with 45 additions and 19 deletions
+20 -2
View File
@@ -34,12 +34,10 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
camera: ^0.9.7+1
image: ^3.2.0
logger: ^1.1.0
path_provider: ^2.0.11
tflite_flutter: ^0.9.0
tflite_flutter_helper: ^0.3.1
collection: ^1.16.0
dev_dependencies:
@@ -56,6 +54,26 @@ dev_dependencies:
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
dependency_overrides:
camera_android:
git:
dependency: transitive
url: https://github.com/lucasoskorep/plugins.git
ref: feat/allowCameraZoomToUseAllPhysicalCameras
path: packages/camera/camera_android/
camera:
git:
url: https://github.com/lucasoskorep/plugins.git
ref: feat/allowCameraZoomToUseAllPhysicalCameras
path: packages/camera/camera/
tflite_flutter_helper:
git:
url: https://github.com/lucasoskorep/tflite_flutter_helper.git
ref: master
# The following section is specific to Flutter packages.
flutter: