1. 02 Oct, 2020 2 commits
  2. 30 Sep, 2020 1 commit
  3. 16 Sep, 2020 1 commit
  4. 15 Jul, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] generate a synthetic flutter_gen package on pub get (#61261) · d8b6fa15
      Jonah Williams authored
      Allow configuring the flutter_manifest to support a synthetic package, this is done through flutter: generate: true.
      
      When running pub get, insert a flutter_gen entry into the packages if it does not already exist. This points to .dart_tool/flutter_gen, which can be updated to contain the generated intl sources (But doesn't currently)
      
      Adds an integration test that verifies this code can be run and imported when enabled.
      
      Part of #60914
      d8b6fa15
  5. 06 Jun, 2020 1 commit
  6. 22 Apr, 2020 1 commit
  7. 26 Feb, 2020 1 commit
  8. 11 Feb, 2020 1 commit
  9. 31 Jan, 2020 1 commit
  10. 14 Jan, 2020 1 commit
  11. 13 Jan, 2020 2 commits
  12. 07 Jan, 2020 1 commit
  13. 06 Jan, 2020 1 commit
  14. 13 Dec, 2019 2 commits
  15. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      Ian Hickson authored
      * Update project.pbxproj files to say Flutter rather than Chromium
      
      Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
      
      * Update the copyright notice checker to require a standard notice on all files
      
      * Update copyrights on Dart files. (This was a mechanical commit.)
      
      * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
      
      Some were already marked "The Flutter Authors", not clear why. Their
      dates have been normalized. Some were missing the blank line after the
      license. Some were randomly different in trivial ways for no apparent
      reason (e.g. missing the trailing period).
      
      * Clean up the copyrights in non-Dart files. (Manual edits.)
      
      Also, make sure templates don't have copyrights.
      
      * Fix some more ORGANIZATIONNAMEs
      449f4a66
  16. 22 Nov, 2019 1 commit
  17. 25 Oct, 2019 1 commit
  18. 08 Oct, 2019 1 commit
  19. 30 Sep, 2019 1 commit
  20. 24 Sep, 2019 1 commit
  21. 13 Sep, 2019 1 commit
  22. 10 Sep, 2019 1 commit
  23. 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
  24. 28 Aug, 2019 1 commit
  25. 27 Jun, 2019 1 commit
    • Jonah Williams's avatar
      Allow multi-root web builds (#34896) · 8532f4d0
      Jonah Williams authored
      * fix multiroot builds
      
      * remove shout
      
      * add basic test
      
      * Update web_compilation_delegate.dart
      
      * Address review feedback
      
      * Update multiroot_asset_reader_test.dart
      
      * Update multiroot_asset_reader_test.dart
      
      * remove unpassable test
      
      * fix for windows
      
      * facepalm
      8532f4d0
  26. 19 Jun, 2019 1 commit
  27. 11 Jun, 2019 1 commit
  28. 10 Jun, 2019 1 commit
  29. 09 Jun, 2019 1 commit
  30. 07 Jun, 2019 1 commit
  31. 05 Jun, 2019 1 commit
  32. 03 Jun, 2019 1 commit
  33. 31 May, 2019 1 commit
  34. 30 May, 2019 1 commit
  35. 29 May, 2019 2 commits