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