1. 22 Oct, 2020 1 commit
  2. 05 Oct, 2020 1 commit
  3. 19 Sep, 2020 1 commit
  4. 14 Jul, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] update fastReassemble method for single widget reloads (#61413) · 485034ca
      Jonah Williams authored
      For #61407 , we need to be able to find all widgets that of a given type. Previously I experimented with using the type name, but of course this does not handles subtypes. The actual check needs to be an is check.
      
      Since there is no way to convert a String to a Type at runtime for use in this check, we can instead evaluate an expression which assigns a closure to a field. The idea for this was inspired by how the dart devtools adds debug functionality to older versions of flutter.
      
      Since the reload feature is not complete yet, adds an integration test which simulates how it will eventually behave
      485034ca
  5. 13 Jul, 2020 1 commit
  6. 18 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] add toggle `b` and service extension to change platform brightness (#59571) · e1f4cfb4
      Jonah Williams authored
      A frequent request from the last Flutter developer survey was for an easier method of testing light/dark mode changes. Currently, a user needs to manually change the theme settings or adjust phone settings to see the difference. Instead we should add a toggle from the CLI, and eventually devtools/Intellij/Vscode that allows developers to override the current setting.
      
      Fixes #59495
      
      Adds flutter.ext.brightnessOverride service protocol which either queries the current platform brightness, or overrides it to a new value. This accepts either Brightness.light or Brightness.dark as a value.
      
      Adds a CLI toggle b which allows the setting to be toggled manually.
      
      Requires an update to the MediaQuery, to conditionally use a debug override when not in release mode
      e1f4cfb4
  7. 11 Jun, 2020 1 commit
  8. 08 Apr, 2020 2 commits
  9. 03 Mar, 2020 1 commit
  10. 30 Jan, 2020 1 commit
  11. 27 Jan, 2020 1 commit
  12. 17 Jan, 2020 2 commits
  13. 16 Dec, 2019 1 commit
  14. 10 Dec, 2019 1 commit
  15. 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
  16. 31 Oct, 2019 1 commit
  17. 24 Sep, 2019 2 commits
  18. 10 Sep, 2019 1 commit
  19. 06 Sep, 2019 1 commit
  20. 05 Sep, 2019 1 commit
  21. 28 Aug, 2019 1 commit
  22. 21 Aug, 2019 1 commit
  23. 19 Aug, 2019 1 commit
  24. 09 Aug, 2019 2 commits
  25. 08 Aug, 2019 1 commit
  26. 31 Jul, 2019 1 commit
  27. 26 Jul, 2019 2 commits
  28. 07 Jun, 2019 1 commit
  29. 28 May, 2019 1 commit
  30. 01 May, 2019 1 commit
  31. 10 Apr, 2019 1 commit
  32. 20 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      some spaces formatting (#29452) · a6af4228
      Alexandre Ardhuin authored
      * some space formattings
      
      * always use blocks in if-else if a block is used
      
      * format spaces in for and while
      
      * allow multiline if conditions
      
      * fix missing space
      a6af4228
  33. 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
  34. 16 Jan, 2019 1 commit
  35. 03 Jan, 2019 1 commit