1. 03 May, 2021 1 commit
  2. 08 Apr, 2021 1 commit
  3. 07 Apr, 2021 1 commit
  4. 24 Mar, 2021 1 commit
  5. 10 Mar, 2021 1 commit
  6. 27 Jan, 2021 1 commit
  7. 03 Nov, 2020 1 commit
  8. 06 Aug, 2020 1 commit
  9. 03 Feb, 2020 1 commit
  10. 06 Jan, 2020 1 commit
  11. 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
  12. 19 Jun, 2019 1 commit
  13. 14 Feb, 2019 1 commit
  14. 05 Feb, 2019 1 commit
  15. 12 Sep, 2018 1 commit
  16. 27 Jun, 2018 1 commit
  17. 15 Jun, 2018 2 commits
  18. 30 Oct, 2017 1 commit
  19. 22 Oct, 2017 1 commit
  20. 16 May, 2017 1 commit
  21. 14 Feb, 2017 1 commit
  22. 27 Jan, 2017 1 commit
  23. 26 Jan, 2017 1 commit
  24. 09 Jan, 2017 1 commit
  25. 14 Nov, 2016 2 commits
    • Dan Rubel's avatar
      Refactor flutter command exit code - part 3 of 3 (#6838) · 34e466f1
      Dan Rubel authored
      * Remove the workaround that pinned args to v0.13.6
      This reverts most of the changes in commit 6331b6c8
      * throw exception if exit code is not an integer
      * rework command infrastructure to throw ToolExit when non-zero exitCode
      * convert commands to return Future<Null>
      * cleanup remaining commands to use throwToolExit for non-zero exit code
      * remove isUnusual exception message
      * add type annotations for updated args package
      34e466f1
    • Dan Rubel's avatar
      Refactor flutter command exit code - part 2 (#6817) · e384c0d9
      Dan Rubel authored
      * convert pubGet to throw ToolExit on non-zero exit code
      * convert commandValidator to throw ToolExit for non-zero exit code
      * convert flutter commands to throw ToolExit for non-zero exit code
      * use convenience method throwToolExit
      * only show "if this problem persists" for unusual exceptions
      e384c0d9
  26. 11 Nov, 2016 1 commit
  27. 13 Oct, 2016 1 commit
  28. 06 Oct, 2016 1 commit
  29. 13 May, 2016 1 commit
    • Devon Carew's avatar
      Consolidate observatory code (#3892) · 40c0d6ea
      Devon Carew authored
      * rename service_protocol.dart to protocol_discovery.dart
      
      * add a wrapper around the obs. protocol
      
      * use json-rpc in run
      
      * consolidate obs. code; implement flutter run --benchmark
      
      * review comments
      40c0d6ea
  30. 28 Apr, 2016 1 commit
  31. 27 Apr, 2016 1 commit
    • Devon Carew's avatar
      Flutter run (#3553) · b0dca796
      Devon Carew authored
      * rework flutter run
      
      * fix npe with --debug-port
      
      * connect to obs and exit when that conneciton closes
      
      * update todos
      b0dca796
  32. 07 Apr, 2016 1 commit
  33. 02 Feb, 2016 1 commit
  34. 22 Jan, 2016 1 commit