1. 15 Jul, 2022 1 commit
  2. 22 Sep, 2021 1 commit
  3. 17 Dec, 2020 1 commit
  4. 15 Dec, 2020 1 commit
  5. 09 Dec, 2020 2 commits
  6. 08 Dec, 2020 2 commits
  7. 16 Mar, 2020 1 commit
  8. 06 Jan, 2020 1 commit
  9. 15 Oct, 2019 1 commit
  10. 04 Oct, 2019 1 commit
  11. 30 Sep, 2019 1 commit
  12. 30 Aug, 2019 1 commit
  13. 17 Aug, 2019 1 commit
  14. 06 Aug, 2019 1 commit
  15. 10 Jun, 2019 1 commit
  16. 06 Jun, 2019 1 commit
  17. 04 Jun, 2019 3 commits
  18. 03 Jun, 2019 1 commit
  19. 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
  20. 21 May, 2019 1 commit
  21. 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
  22. 08 May, 2018 1 commit
  23. 04 May, 2018 2 commits
  24. 05 Apr, 2018 1 commit
  25. 19 Feb, 2018 1 commit
  26. 18 Jan, 2018 1 commit
  27. 04 Jan, 2018 1 commit
  28. 27 Dec, 2017 3 commits
  29. 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
  30. 24 May, 2017 1 commit
  31. 19 May, 2017 1 commit
  32. 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
  33. 05 Aug, 2016 1 commit