1. 25 Aug, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] support code size tooling on iOS, linux, windows, macOS, and... · 059de153
      Jonah Williams authored
      [flutter_tools] support code size tooling on iOS, linux, windows, macOS, and Android on Windows (#63610)
      
      Adds support for size analysis on iOS, macOS, linux, and Windows - using an uncompressed directory based approach. The output format is not currently specified.
      
      Adds support for size analysis on android on windows, switching to package:archive
      
      Updates the console format to display as a tree, allowing longer paths. Increases the number of dart libraries shown (to avoid only ever printing the flutter/dart:ui libraries, which dominate the size)
      059de153
  2. 10 Aug, 2020 1 commit
  3. 29 Jul, 2020 1 commit
  4. 21 Jul, 2020 1 commit
  5. 06 Jul, 2020 1 commit
    • stuartmorgan's avatar
      Switch Windows to CMake (#60629) · 4b120501
      stuartmorgan authored
      * First pass at CMake files; untested
      
      * First pass of adding CMake generation logic on Windows
      
      * Misc fixes
      
      * Get bundling working, start incoprorating CMake build into tool
      
      * Fix debug, exe name.
      
      * Add resources
      
      * Move cmake.dart
      
      * Rip out all the vcxproj/solution plumbing
      
      * Fix plugin cmake generation
      
      * Build with cmake rather than calling VS directly
      
      * Adjust Windows plugin template to match standard header directory structure
      
      * Pass config selection when building
      
      * Partially fix multi-config handling
      
      * Rev template version
      
      * Share the CMake generation instead of splitting it out
      
      * VS build/run cycle works, with slightly awkward requirement to always build all
      
      * Update manifest
      
      * Plugin template fixes
      
      * Minor adjustments
      
      * Build install as part of build command, instead of separately
      
      * Test cleanup
      
      * Update Linux test for adjusted generated CMake approach
      
      * Plugin test typo fix
      
      * Add missing stub file for project test
      
      * Add a constant for VS generator
      4b120501
  6. 11 Jun, 2020 1 commit
  7. 10 Jun, 2020 1 commit
  8. 09 Jun, 2020 1 commit
  9. 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
  10. 29 May, 2020 1 commit
  11. 28 May, 2020 1 commit
  12. 27 May, 2020 3 commits
  13. 14 May, 2020 1 commit
  14. 05 May, 2020 1 commit
  15. 04 May, 2020 1 commit
  16. 01 May, 2020 1 commit
  17. 28 Apr, 2020 1 commit
  18. 27 Apr, 2020 1 commit
  19. 23 Apr, 2020 1 commit
  20. 22 Apr, 2020 3 commits
  21. 16 Apr, 2020 3 commits
  22. 15 Apr, 2020 1 commit
  23. 25 Mar, 2020 1 commit
  24. 13 Mar, 2020 2 commits
  25. 09 Mar, 2020 2 commits
  26. 06 Mar, 2020 1 commit
  27. 05 Mar, 2020 2 commits
  28. 04 Mar, 2020 1 commit
  29. 03 Mar, 2020 1 commit
  30. 27 Feb, 2020 1 commit