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