1. 03 Jan, 2024 1 commit
  2. 02 Jan, 2024 2 commits
  3. 15 Apr, 2022 1 commit
  4. 27 Oct, 2021 1 commit
  5. 05 Oct, 2021 1 commit
    • Greg Spencer's avatar
      Update outdated platform directories in examples (#91125) · 8405868d
      Greg Spencer authored
      The first of three or four changes to update the platform directories of the packages in the Flutter repo that have out date platform code.
      
      This batch includes updating the flutter_view example, updating the sanity check numbers in analyze.dart, and adding some missing Podfiles in the examples. I also eliminated some trailing whitespace in the templates for Android.
      8405868d
  6. 11 Sep, 2020 1 commit
  7. 10 Jun, 2020 1 commit
  8. 19 Mar, 2020 1 commit
  9. 10 Dec, 2019 1 commit
  10. 15 Oct, 2019 1 commit
  11. 04 Oct, 2019 1 commit
  12. 30 Sep, 2019 1 commit
  13. 30 Aug, 2019 1 commit
  14. 17 Aug, 2019 1 commit
  15. 06 Aug, 2019 1 commit
  16. 10 Jun, 2019 1 commit
  17. 06 Jun, 2019 1 commit
  18. 04 Jun, 2019 3 commits
  19. 03 Jun, 2019 1 commit
  20. 31 May, 2019 1 commit
    • stuartmorgan's avatar
      Implement plugin tooling support for macOS (#33636) · 3ebebebb
      stuartmorgan authored
      Enables the CocoaPods-based plugin workflow for macOS. This allows a
      macOS project to automatically fetch and add native plugin
      implementations via CocoaPods for anything in pubspec.yaml, as is done
      on iOS.
      3ebebebb
  21. 21 May, 2019 1 commit
  22. 31 Oct, 2018 1 commit
    • Dan Field's avatar
      Re-reland Xcode backend refactor (#23762) · fd6b2e19
      Dan Field authored
      * Use Xcode build configurations to drive Flutter build mode
      
      * Proper check wrt local_engine, print error if profile mode misisng
      
      * Remove unused code, update tests, fix template problem, update warning
      
      * fix up warning
      
      * add explanatory dev comment
      
      * fix whitespace
      
      * missing words, change lambda arrow to function body
      
      * error indentation
      
      * Test early exits for xcode_backend.sh
      
      * only on macOS, use right test
      
      * Update error messages
      
      * case insensitive compare for build config
      
      * Update gallery podfile
      
      * update projects to add profile configuration
      
      * make compatible with flavors
      
      * add missing plist files
      
      * add FLUTTER_FRAMEWORK_DIR back, set swift version for profile, tell Podfile about profile
      fd6b2e19
  23. 08 May, 2018 1 commit
  24. 04 May, 2018 2 commits
  25. 05 Apr, 2018 1 commit
  26. 19 Feb, 2018 1 commit
  27. 18 Jan, 2018 1 commit
  28. 04 Jan, 2018 1 commit
  29. 27 Dec, 2017 3 commits
  30. 13 Jul, 2017 1 commit
    • xster's avatar
      Create Podfile dynamically part 1 (#11101) · 6a49419b
      xster authored
      * start
      
      * with create
      
      * refactor cocoapod code, add tests
      
      * fix tests
      
      * throw when cocoapod missing
      
      * obj-c projects don’t use use_framework!
      6a49419b
  31. 24 May, 2017 1 commit
  32. 19 May, 2017 1 commit
  33. 23 Mar, 2017 1 commit
    • Jakob Andersen's avatar
      Automatically wire dependencies for native plugins (#8891) · b61e1690
      Jakob Andersen authored
      Go through all packages brought in by pub, and write the name and path of every one that is a flutter plugin into .flutter-plugins.
      
      In android/settings.gradle and ios/Podfile, read in .flutter-plugins, if that file exists. The Android / iOS code from the plugins is automatically added as dependencies of the native code of the app.
      b61e1690
  34. 05 Aug, 2016 1 commit