1. 29 Oct, 2019 1 commit
  2. 28 Oct, 2019 1 commit
  3. 25 Oct, 2019 2 commits
  4. 24 Oct, 2019 1 commit
  5. 21 Oct, 2019 1 commit
  6. 18 Oct, 2019 3 commits
  7. 17 Oct, 2019 1 commit
  8. 16 Oct, 2019 1 commit
  9. 15 Oct, 2019 2 commits
  10. 14 Oct, 2019 2 commits
  11. 10 Oct, 2019 1 commit
  12. 09 Oct, 2019 1 commit
  13. 07 Oct, 2019 1 commit
  14. 04 Oct, 2019 1 commit
  15. 02 Oct, 2019 3 commits
  16. 01 Oct, 2019 4 commits
  17. 24 Sep, 2019 1 commit
  18. 23 Sep, 2019 1 commit
  19. 20 Sep, 2019 1 commit
  20. 19 Sep, 2019 1 commit
  21. 18 Sep, 2019 1 commit
    • Amir Hardon's avatar
      Exclude non Android plugins from Gradle build (#40640) · 4e108b6f
      Amir Hardon authored
      Before this change, having an Android app depend on a plugin that has no android implementation resulted in a Gradle build failure.
      
      This scenario is likely to become more common if we're enabling federated plugins, as the package implementing just the desktop implementation of a plugin won't have an Android implementation.
      
      This changes the Gradle plugin to not try to build any plugins that doesn't have an android/build.gradle file.
      4e108b6f
  22. 17 Sep, 2019 1 commit
  23. 16 Sep, 2019 1 commit
  24. 12 Sep, 2019 1 commit
  25. 11 Sep, 2019 1 commit
  26. 03 Sep, 2019 1 commit
    • Harry Terkelsen's avatar
      Automatically generated registrants for web plugins (#39628) · d33cf115
      Harry Terkelsen authored
      * WIP on web plugin registry
      
      * WIP on registering plugins
      
      * WIP on web plugin registration
      
      * Only generate `package:flutter_web_plugins` imports if plugins are
      defined
      
      * Add parsing test
      
      * Add documentation
      
      * Fix analyzer warnings
      
      * add license headers
      
      * Add tests for package:flutter_web_plugins
      
      * Run `flutter update-packages --force-upgrade`
      
      * Fix analyzer errors
      
      * Fix analyzer error in test
      
      * Update copyright and remove flutter SDK constraints
      
      * Enable tests since engine has rolled
      
      * add flutter_web_plugins tests to bots
      
      * Create an empty .packages file for WebFs test
      d33cf115
  27. 23 Aug, 2019 1 commit
  28. 21 Aug, 2019 1 commit
  29. 20 Aug, 2019 2 commits