1. 15 Aug, 2019 1 commit
  2. 08 Aug, 2019 1 commit
  3. 07 Aug, 2019 1 commit
  4. 05 Aug, 2019 3 commits
  5. 02 Aug, 2019 1 commit
  6. 31 Jul, 2019 1 commit
  7. 18 Jul, 2019 1 commit
  8. 15 Jul, 2019 1 commit
  9. 13 Jul, 2019 1 commit
  10. 12 Jul, 2019 1 commit
  11. 09 Jul, 2019 1 commit
  12. 08 Jul, 2019 1 commit
  13. 18 Jun, 2019 1 commit
  14. 06 Jun, 2019 1 commit
  15. 21 May, 2019 1 commit
  16. 09 May, 2019 1 commit
  17. 29 Apr, 2019 1 commit
  18. 25 Apr, 2019 1 commit
  19. 18 Apr, 2019 1 commit
  20. 16 Apr, 2019 1 commit
  21. 15 Apr, 2019 1 commit
    • liyuqian's avatar
      Allow profile widget builds in profile mode (#30990) · a8116e9e
      liyuqian authored
      ## Description
      
      Previously, such function is only available in the debug mode. But the
      performance information is very noisy in debug mode with JIT. I feel
      that such function is as important and useful as the performance overlay
      and the `--trace-skia` option for the GPU thread.  So we should give it
      the same ability to run in both profile and debug mode.
      
      I've tested it using flutter_gallery in the profile mode. There's no
      observable difference in the performance overlay between toggling widget
      build profiling.
      
      ## Related Issues
      
      https://github.com/flutter/flutter/issues/30984
      a8116e9e
  22. 11 Apr, 2019 1 commit
  23. 10 Apr, 2019 1 commit
  24. 27 Mar, 2019 1 commit
  25. 22 Mar, 2019 1 commit
  26. 21 Mar, 2019 3 commits
  27. 15 Mar, 2019 2 commits
  28. 07 Mar, 2019 2 commits
  29. 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
  30. 27 Feb, 2019 1 commit
  31. 21 Feb, 2019 1 commit
  32. 15 Feb, 2019 1 commit
  33. 06 Feb, 2019 1 commit
    • Greg Spencer's avatar
      Make a kReleaseMode constant that is public. (#27502) · da27f623
      Greg Spencer authored
      Before this, we had several places where an isReleaseMode was defined, all with the same definition. This just makes it more broadly visible to allow our users to use it, as well as creating debug and profile versions, and adding a device lab test for it.
      
      Since this is a const value, this makes it possible for a developer to easily mark blocks that can be removed at AOT compile time.
      da27f623
  34. 05 Feb, 2019 1 commit