Skip to content

Commit

Permalink
Upgrade to GooglePlaces 8.5.0 and google_maps 7.1.0
Browse files Browse the repository at this point in the history
Google Places works on ios 14 without problem. ios was downgraded from 15 to 14. GooglePlaces was upgraded from 8.3.0 to 8.5.0. Because of a dependency was necessary to upgraded google_maps on web to 7.1.0
  • Loading branch information
fleoparra committed Apr 8, 2024
1 parent 11576e5 commit 59c6de6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'flutter_google_places_sdk_ios'
s.version = '0.0.2'
s.version = '0.0.3'
s.summary = 'A new flutter plugin project.'
s.description = <<-DESC
A new flutter plugin project.
Expand All @@ -15,14 +15,14 @@ A new flutter plugin project.
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.platform = :ios, '15.0'
s.platform = :ios, '14.0'

# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64',
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
s.swift_version = '5.0'

# Dependencies
s.dependency 'GooglePlaces', '~> 8.3.0'
s.dependency 'GooglePlaces', '~> 8.5.0'
s.static_framework = true
end
2 changes: 1 addition & 1 deletion flutter_google_places_sdk_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
sdk: flutter
flutter_google_places_sdk_platform_interface: ^0.2.7
js: ^0.6.7
google_maps: ^6.3.0
google_maps: ^7.1.0
collection: ^1.17.2 # Can't upgrade to 1.18 due to flutter sdk version

dev_dependencies:
Expand Down

0 comments on commit 59c6de6

Please sign in to comment.