1. 11 Jun, 2020 1 commit
  2. 10 Jun, 2020 2 commits
  3. 09 Jun, 2020 1 commit
  4. 08 Jun, 2020 1 commit
  5. 04 Jun, 2020 2 commits
    • 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
    • Jonah Williams's avatar
      [flutter_tools] add flag for sound-null-safety, unify with experiments (#58533) · b1d75fc9
      Jonah Williams authored
      Also combines experiments into extraGenSnapshot/ExtraFrontEndOptions. Allows providing --no-sound-null-safety to allow out of order migration and running.
      b1d75fc9
  6. 03 Jun, 2020 1 commit
  7. 18 May, 2020 1 commit
  8. 14 May, 2020 1 commit
  9. 12 May, 2020 1 commit
  10. 11 May, 2020 1 commit
  11. 08 May, 2020 1 commit
  12. 01 May, 2020 1 commit
  13. 30 Apr, 2020 1 commit
  14. 29 Apr, 2020 1 commit
  15. 28 Apr, 2020 1 commit
  16. 22 Apr, 2020 2 commits
  17. 17 Apr, 2020 2 commits
  18. 16 Apr, 2020 2 commits
  19. 15 Apr, 2020 1 commit
  20. 13 Apr, 2020 1 commit
  21. 08 Apr, 2020 1 commit
  22. 07 Apr, 2020 1 commit
  23. 25 Mar, 2020 1 commit
  24. 23 Mar, 2020 1 commit
    • stuartmorgan's avatar
      Add pre-stable support for create on Windows (#51895) · 685e9d1e
      stuartmorgan authored
      Adds initial support for flutter create of apps and plugins. This is derived from the current FDE example app and sample plugin, adding template values where relevant.
      
      Since the APIs/tooling/template aren't stable yet, the app template includes a version marker, which will be updated each time there's a breaking change. The build now checks that the template version matches the version known by that version of the tool, and gives a specific error message when there's a mismatch, which improves over the current breaking change experience of hitting whatever build failure the breaking change causes and having to figure out that the problem is that the runner is out of date. It also adds a warning to the create output about the fact that it won't be stable.
      
      Plugins don't currently have a version marker since in practice this is not a significant problem for plugins yet the way it is for runners; we can add it later if that changes.
      
      Fixes #30704
      685e9d1e
  25. 18 Mar, 2020 2 commits
  26. 12 Mar, 2020 1 commit
  27. 10 Mar, 2020 1 commit
  28. 07 Mar, 2020 1 commit
  29. 06 Mar, 2020 3 commits
  30. 05 Mar, 2020 2 commits
  31. 04 Mar, 2020 1 commit