Skip to content

Commit

Permalink
chore: Update iOS dependencies. (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbernaly committed Apr 22, 2024
1 parent 0fb5519 commit c6709e7
Show file tree
Hide file tree
Showing 17 changed files with 238 additions and 238 deletions.
8 changes: 4 additions & 4 deletions packages/example/ios/Podfile
Expand Up @@ -28,10 +28,10 @@ flutter_ios_podfile_setup

target 'Runner' do
# Add language package you need to use
pod 'GoogleMLKit/TextRecognitionChinese', '~> 4.0.0'
pod 'GoogleMLKit/TextRecognitionDevanagari', '~> 4.0.0'
pod 'GoogleMLKit/TextRecognitionJapanese', '~> 4.0.0'
pod 'GoogleMLKit/TextRecognitionKorean', '~> 4.0.0'
pod 'GoogleMLKit/TextRecognitionChinese', '~> 5.0.0'
pod 'GoogleMLKit/TextRecognitionDevanagari', '~> 5.0.0'
pod 'GoogleMLKit/TextRecognitionJapanese', '~> 5.0.0'
pod 'GoogleMLKit/TextRecognitionKorean', '~> 5.0.0'

flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
end
Expand Down

0 comments on commit c6709e7

Please sign in to comment.