1. 08 May, 2018 1 commit
  2. 04 May, 2018 2 commits
  3. 30 Apr, 2018 2 commits
  4. 23 Apr, 2018 1 commit
  5. 14 Mar, 2018 1 commit
  6. 16 Feb, 2018 1 commit
  7. 15 Feb, 2018 2 commits
  8. 06 Feb, 2018 1 commit
  9. 05 Feb, 2018 1 commit
  10. 27 Dec, 2017 3 commits
  11. 08 Dec, 2017 1 commit
  12. 20 Nov, 2017 1 commit
  13. 29 Jun, 2017 1 commit
  14. 24 May, 2017 1 commit
  15. 09 May, 2017 3 commits
  16. 03 May, 2017 1 commit
  17. 02 May, 2017 1 commit
  18. 01 May, 2017 1 commit
  19. 26 Apr, 2017 1 commit
  20. 10 Apr, 2017 1 commit
    • Jakob Andersen's avatar
      Inject plugin registration. (#9216) · 7ffa82aa
      Jakob Andersen authored
      Added a PluginRegistry to the new project template. The registry files will be automatically updated at build time to register the native plugins.
      
      Fixes #7814.
      7ffa82aa
  21. 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