1. 06 Sep, 2019 1 commit
  2. 22 Aug, 2019 1 commit
  3. 21 Aug, 2019 1 commit
  4. 20 Aug, 2019 1 commit
  5. 12 Aug, 2019 1 commit
  6. 10 Jul, 2019 1 commit
  7. 15 May, 2019 1 commit
  8. 01 May, 2019 1 commit
    • rami-a's avatar
      Add BottomSheetTheme to enable theming color, elevation, shape of BottomSheet (#31318) · 6a1468db
      rami-a authored
      * Introduce BottomSheetTheme and shape support for bottom sheet
      
      * Add bottom sheet theme to ThemeData. Use theme in bottom sheet build
      
      * Expose color, elevation, shape to showModalBottomSheet helper
      
      * Expose color, elevation, shape to showBottomSheet helper
      
      * Address PR feedback
      
      * Address PR feedback
      
      * Address additional PR feedback
      6a1468db
  9. 26 Apr, 2019 1 commit
  10. 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
  11. 28 Feb, 2019 1 commit
    • Greg Spencer's avatar
      Fix spelling errors. (#28657) · ccdd5057
      Greg Spencer authored
      Fix the spelling errors in the dartdocs for the framework.
      
      There are no functionality changes here, just documentation fixes.
      ccdd5057
  12. 04 Jan, 2019 1 commit
  13. 18 Dec, 2018 1 commit
  14. 27 Sep, 2018 1 commit
  15. 13 Sep, 2018 1 commit
  16. 12 Sep, 2018 1 commit
  17. 29 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. 12 Jun, 2018 1 commit
  23. 30 May, 2018 1 commit
  24. 03 May, 2018 1 commit
  25. 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
  26. 14 Dec, 2017 1 commit
  27. 12 Dec, 2017 1 commit
  28. 04 Dec, 2017 1 commit
  29. 25 Nov, 2017 1 commit
  30. 22 Nov, 2017 1 commit
    • Ian Hickson's avatar
      Popup menus RTL (#13110) · 34ba6be9
      Ian Hickson authored
      This fixes the popup menu code to do a better job of expanding
      smoothly regardless of which side of the screen it's on. It still
      results in a bidirection growth when positioned at the bottom of the
      screen, so maybe we'll need to animate menus differently, but that's
      a problem for another patch.
      
      Also, improve some docs and provide RelativeRect.toSize which I needed
      at one point while building this patch (though it didn't survive all
      the way to the end).
      34ba6be9
  31. 17 Aug, 2017 1 commit
  32. 06 May, 2017 1 commit
  33. 05 May, 2017 1 commit
  34. 23 Apr, 2017 1 commit
  35. 21 Apr, 2017 1 commit
  36. 11 Apr, 2017 1 commit
    • xster's avatar
      Rename State.config to widget everywhere (#9273) · 89a7fdfc
      xster authored
      Rename State.config to State.widget
      Rename State.didUpdateConfig to State.didUpdateWidget
      Renamed all State subclasses' local variables named config to something else
      89a7fdfc
  37. 05 Apr, 2017 1 commit
  38. 31 Mar, 2017 1 commit
  39. 20 Mar, 2017 1 commit