1. 16 Sep, 2020 1 commit
  2. 10 Aug, 2020 1 commit
  3. 21 Jul, 2020 1 commit
  4. 04 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] remove zone level overrides of verbose and daemon logging (#57448) · f5de6aad
      Jonah Williams authored
      Make it possible for all FlutterCommands to be global free, by moving instantiation to inside the Zone context. Additionally, provide VerboseLogger and NotifyLogger (daemon) at the top level and remove from command-specific overrides.
      
      This allows removing a work around where web devices needed to look up directly from the context in non-test code.
      
      Technically the output preferences are still zone injected, but these will be moved soon as they were not being used correctly by the top level command (the injection comes after ArgParser reads the overflow values, causing numerous wrap issues)
      f5de6aad
  5. 05 May, 2020 1 commit
  6. 09 Mar, 2020 2 commits
  7. 15 Jan, 2020 1 commit
  8. 14 Jan, 2020 1 commit
    • Andrew Davies's avatar
      [tools] Rename dev_finder to device-finder. (#48610) · 52e0d980
      Andrew Davies authored
      dev_finder name is deprecated. device-finder is preferred.
      Functionality remains identical, this is an aesthetic change.
      
      This change was generated via:
      $ find . -not -path '*/\.*' -type f -exec sed -i 's/(^import.*)!dev_finder/device-finder/g' {} \;
      52e0d980
  9. 06 Jan, 2020 1 commit
  10. 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
  11. 19 Nov, 2019 1 commit
  12. 21 Jul, 2019 1 commit
  13. 02 Jul, 2019 1 commit
  14. 22 Mar, 2019 1 commit
  15. 21 Mar, 2019 1 commit
  16. 15 Mar, 2019 1 commit
  17. 08 Mar, 2019 2 commits
  18. 01 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      Add missing trailing commas (#28673) · 387f8854
      Alexandre Ardhuin authored
      * add trailing commas on list/map/parameters
      
      * add trailing commas on Invocation with nb of arg>1
      
      * add commas for widget containing widgets
      
      * add trailing commas if instantiation contains trailing comma
      
      * revert bad change
      387f8854
  19. 13 Feb, 2019 2 commits
  20. 08 Feb, 2019 2 commits
  21. 09 Jan, 2019 1 commit
  22. 08 Jan, 2019 2 commits
  23. 11 Dec, 2018 1 commit
  24. 01 Dec, 2018 1 commit