1. 17 Nov, 2020 1 commit
  2. 09 Nov, 2020 1 commit
  3. 23 Oct, 2020 1 commit
  4. 12 Oct, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] use fixed entry for dill uploads (#67837) · 0afddf35
      Jonah Williams authored
      For historical reasons, the flutter tool uploads dill files to paths based on the entrypoint URI. This isn't actually necessary, and the tool can use specific files : main.dart.incremental.dill for incremental dills, and main.dart.dill/main.dart.swap.dill for full dills. This allows hot restarting applications with an entrypoint outside of lib/ and simplifies the devFS code.
      
      Fixes #63243
      Unverified
      0afddf35
  5. 31 Aug, 2020 2 commits
  6. 29 Aug, 2020 1 commit
  7. 28 Aug, 2020 2 commits
  8. 27 Aug, 2020 1 commit
    • Ben Konyi's avatar
      Re-enable the Dart Development Service (DDS) (#64671) · d7d12412
      Ben Konyi authored
      This change re-enables DDS and outputs the DDS URI in place of the VM
      service URI on the console. If --disable-dds is not provided,
      --host-vmservice-port will be used to determine the port for DDS rather
      than the host port for the VM service, which will instead be randomly
      chosen.
      Unverified
      d7d12412
  9. 28 Jul, 2020 1 commit
  10. 10 Jul, 2020 1 commit
  11. 07 Jul, 2020 1 commit
  12. 25 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] remove most use of global packages path (#60231) · 82a6f9bf
      Jonah Williams authored
      The global packages path could cause tests to fail when it would be overriden to unexpected (in test setup) values. Remove most usage and make it a configuration on buildInfo, along with most other build information. Cleanup the asset builder to require the .packages path and the resident runners to no longer require it, since they already have the information in build_info.
      
      It needs to stick around for the fuchsia deps we do not control.
      
      Filled #60232 for remaining work.
      Unverified
      82a6f9bf
  13. 08 Jun, 2020 2 commits
  14. 22 Apr, 2020 1 commit
  15. 25 Mar, 2020 3 commits
  16. 16 Mar, 2020 1 commit
  17. 10 Mar, 2020 1 commit
  18. 06 Mar, 2020 2 commits
  19. 05 Mar, 2020 2 commits
  20. 04 Mar, 2020 2 commits
  21. 28 Feb, 2020 2 commits
  22. 27 Feb, 2020 2 commits
  23. 05 Feb, 2020 1 commit
  24. 28 Jan, 2020 1 commit
  25. 06 Jan, 2020 1 commit
  26. 05 Dec, 2019 1 commit
  27. 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
      Unverified
      449f4a66
  28. 14 Nov, 2019 1 commit
  29. 13 Nov, 2019 2 commits