1. 14 Jun, 2019 1 commit
  2. 20 May, 2019 1 commit
  3. 13 May, 2019 1 commit
  4. 15 Apr, 2019 1 commit
  5. 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
  6. 06 Mar, 2019 1 commit
  7. 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
  8. 29 Jan, 2019 1 commit
  9. 16 Jan, 2019 1 commit
  10. 19 Dec, 2018 1 commit
  11. 26 Oct, 2018 2 commits
  12. 24 Oct, 2018 1 commit
  13. 03 Oct, 2018 1 commit
  14. 23 Sep, 2018 1 commit
  15. 12 Sep, 2018 1 commit
  16. 28 Aug, 2018 1 commit
  17. 24 Aug, 2018 1 commit
  18. 02 Aug, 2018 1 commit
  19. 27 Jul, 2018 1 commit
  20. 23 Jul, 2018 1 commit
  21. 16 Jul, 2018 2 commits
  22. 09 Jul, 2018 1 commit
  23. 22 Jun, 2018 1 commit
  24. 08 Jun, 2018 1 commit
  25. 06 Jun, 2018 1 commit
  26. 05 Jun, 2018 2 commits
  27. 11 May, 2018 1 commit
  28. 10 May, 2018 1 commit
  29. 22 Mar, 2018 1 commit
    • Ian Hickson's avatar
      Clean up the existing Navigator API. (#15718) · aba0379d
      Ian Hickson authored
      This is not a grand refactor yet, it's just cleaning up what we have
      already, so that people who keep using this API (e.g. dialogs) have
      something coherent to deal with.
      
      The major changes are that Navigator and NavigatorState have the same
      API now, that most of the examples use `<void>` instead of `<Null>`,
      that the navigator observer can see replaces, and that the `settings`
      is moved from ModalRoute to Route. I also cleaned up some of the API
      documentation.
      aba0379d
  30. 12 Mar, 2018 1 commit
  31. 05 Feb, 2018 1 commit
  32. 14 Dec, 2017 2 commits
  33. 08 Dec, 2017 1 commit
    • xster's avatar
      Let translucent Cupertino bars have its scaffold children automatically pad... · ecf50418
      xster authored
      Let translucent Cupertino bars have its scaffold children automatically pad their heights - second try (#13440)
      
      * Let translucent Cupertino bars have its scaffold children automatically pad their heights (#13194)
      
      * Let lists automatically add sliver padding from media query. Translucent nav and tab bars leave behind media query paddings in scaffolds.
      
      * tests
      
      * const lint
      
      * Rename base abstract class to generalized ObstructingPreferredSizeWidget
      
      * review
      
      * More docs and comments from #13317
      ecf50418
  34. 02 Dec, 2017 1 commit
  35. 30 Nov, 2017 2 commits