Skip to content

Commit 3dcf365

Browse files
committed
iOS fixes for the new on-device MLKit
1 parent dd4e515 commit 3dcf365

File tree

4 files changed

+283
-115
lines changed

4 files changed

+283
-115
lines changed

example/ios/Podfile

100644100755
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ flutter_ios_podfile_setup
2929

3030
target 'Runner' do
3131
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
32-
# because of issue https://github.com/FirebaseExtended/flutterfire/issues/4625#issuecomment-821792539
33-
# need custom git version until it's done
34-
pod 'FirebaseMLVisionBarcodeModel', '0.21', :source => '[email protected]:rozdonmobile/CocoaPodsSpecs.git'
32+
33+
pod 'GoogleMLKit/BarcodeScanning', '~> 2.2.0'
3534
end
3635

3736
post_install do |installer|

0 commit comments

Comments
 (0)