diff --git a/place_tracker/ios/Podfile b/place_tracker/ios/Podfile index b31234135..56a010df1 100644 --- a/place_tracker/ios/Podfile +++ b/place_tracker/ios/Podfile @@ -35,7 +35,7 @@ target 'Runner' do # Flutter Pods generated_xcode_build_settings = parse_KV_file('./Flutter/Generated.xcconfig') if generated_xcode_build_settings.empty? - puts "Generated.xcconfig must exist. If you're running pod install manually, make sure flutter packages get is executed first." + puts "Generated.xcconfig must exist. If you're running pod install manually, make sure flutter pub get is executed first." end generated_xcode_build_settings.map { |p| if p[:name] == 'FLUTTER_FRAMEWORK_DIR' diff --git a/platform_view_swift/ios/Podfile b/platform_view_swift/ios/Podfile index b44ccaa0d..dcc6b981d 100644 --- a/platform_view_swift/ios/Podfile +++ b/platform_view_swift/ios/Podfile @@ -35,7 +35,7 @@ target 'Runner' do # Flutter Pods generated_xcode_build_settings = parse_KV_file('./Flutter/Generated.xcconfig') if generated_xcode_build_settings.empty? - puts "Generated.xcconfig must exist. If you're running pod install manually, make sure flutter packages get is executed first." + puts "Generated.xcconfig must exist. If you're running pod install manually, make sure flutter pub get is executed first." end generated_xcode_build_settings.map { |p| if p[:name] == 'FLUTTER_FRAMEWORK_DIR' diff --git a/veggieseasons/ios/Podfile b/veggieseasons/ios/Podfile index d077b08bd..f1f71941d 100644 --- a/veggieseasons/ios/Podfile +++ b/veggieseasons/ios/Podfile @@ -41,7 +41,7 @@ target 'Runner' do # Flutter Pods generated_xcode_build_settings = parse_KV_file('./Flutter/Generated.xcconfig') if generated_xcode_build_settings.empty? - puts "Generated.xcconfig must exist. If you're running pod install manually, make sure flutter packages get is executed first." + puts "Generated.xcconfig must exist. If you're running pod install manually, make sure flutter pub get is executed first." end generated_xcode_build_settings.map { |p| if p[:name] == 'FLUTTER_FRAMEWORK_DIR' diff --git a/web/readme.md b/web/readme.md index 7ea09d787..f7d1ecbcb 100644 --- a/web/readme.md +++ b/web/readme.md @@ -15,7 +15,7 @@ Go into one of the sample directories, get packages, and run. ```console $ cd gallery -$ flutter packages pub get # or `pub get` with the Dart SDK +$ flutter pub get # or `pub get` with the Dart SDK $ webdev serve ```