Skip to content

Commit

Permalink
iOS fixes for the new on-device MLKit
Browse files Browse the repository at this point in the history
  • Loading branch information
danhunsaker committed Dec 6, 2021
1 parent 7badd21 commit 52ced2f
Show file tree
Hide file tree
Showing 4 changed files with 283 additions and 115 deletions.
5 changes: 2 additions & 3 deletions example/ios/Podfile
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ flutter_ios_podfile_setup

target 'Runner' do
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
# because of issue https://github.com/FirebaseExtended/flutterfire/issues/4625#issuecomment-821792539
# need custom git version until it's done
pod 'FirebaseMLVisionBarcodeModel', '0.21', :source => '[email protected]:rozdonmobile/CocoaPodsSpecs.git'

pod 'GoogleMLKit/BarcodeScanning', '~> 2.2.0'
end

post_install do |installer|
Expand Down
Loading

0 comments on commit 52ced2f

Please sign in to comment.