1. 22 Nov, 2019 1 commit
    • Alexandre Ardhuin's avatar
      make some BuildContext methods generics (#44189) · fcb40a05
      Alexandre Ardhuin authored
      * make BuildContext.{ancestorStateOfType,ancestorRenderObjectOfType,rootAncestorStateOfType} generic
      
      * make BuildContext.inheritFromWidgetOfExactType generic
      
      * make BuildContext.ancestorInheritedElementForWidgetOfExactType generic
      
      * make BuildContext.ancestorWidgetOfExactType generic
      
      * fix snippet
      
      * bump scoped_model on temp version
      
      * update names
      
      * Revert "bump scoped_model on temp version"
      
      This reverts commit d1fcbba028cdb07f44738d1652391692d1ea5ec0.
      
      * address review comments
      
      * fix ci
      
      * address review comments
      
      * repeat the deprecation notice
      
      * fix uppercase
      
      * use of recommanded deprecation syntax
      
      * address review comment
      fcb40a05
  2. 05 Nov, 2019 1 commit
  3. 20 Aug, 2019 1 commit
  4. 24 Apr, 2019 1 commit
  5. 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
  6. 08 Feb, 2019 1 commit
  7. 01 Feb, 2019 1 commit
  8. 29 Jan, 2019 1 commit
  9. 18 Dec, 2018 1 commit
  10. 03 Nov, 2018 1 commit
  11. 23 Sep, 2018 1 commit
  12. 12 Sep, 2018 1 commit
  13. 21 Aug, 2018 1 commit
    • ebeem's avatar
      Add ability to set collapse mode in flexible space bar (#18526) · 9d6d03fc
      ebeem authored
      * Add ability to set collapse mode in flexible space bar
      
      * Add tests to collapse mode in flexible space bar
      
      * Fix minor style nit
      
      * Fix getting collapse mode does not handle unknown values
      
      * Change const key to final in space bar collapse mode test
      
      * Return null collapse padding if mode is unknown
      9d6d03fc
  14. 20 Apr, 2018 1 commit
  15. 16 Feb, 2018 1 commit
  16. 01 Feb, 2018 1 commit
  17. 02 Oct, 2017 1 commit
    • Adam Barth's avatar
      Add Alignment, which will replace FractionalOffset (#12342) · 2b126bcd
      Adam Barth authored
      Unlike FractionalOffset, Alignment uses the center as the zero of the
      coordinate system, which makes the RTL math work out much cleaner.
      
      Also, make FractionalOffset into a subclass of Alignment so that clients
      can continue to use FractionalOffset.
      2b126bcd
  18. 11 Sep, 2017 1 commit
  19. 03 May, 2017 1 commit
  20. 21 Apr, 2017 1 commit
  21. 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
  22. 17 Mar, 2017 1 commit
  23. 04 Mar, 2017 1 commit
  24. 18 Feb, 2017 1 commit
  25. 09 Feb, 2017 1 commit
    • Ian Hickson's avatar
      Port AppBar to Scrollable2 (#7996) · 83a4cf26
      Ian Hickson authored
      Move the back button and drawer opening logic into the app bar.
      
      Move the tap-status-bar-to-scroll-to-top logic to using
      ScrollControllers. Provide a PrimaryScrollController and a `primary`
      flag on scroll views.
      
      Make it possible to track when a route becomes or stops being poppable.
      83a4cf26
  26. 23 Oct, 2016 1 commit
  27. 16 Sep, 2016 1 commit
  28. 01 Sep, 2016 1 commit
  29. 18 Aug, 2016 1 commit
  30. 05 Aug, 2016 1 commit
  31. 04 Aug, 2016 1 commit
    • Adam Barth's avatar
      Make AppBar a Hero (#5214) · 628884a8
      Adam Barth authored
      This patch improves the Post and Shrine transitions by making the AppBar
      into a Hero and changing the default MaterialPageTransition. Now the
      AppBar transitions smoothly between screens and the
      MaterialPageTransition doesn't involve a fade effect.
      
      Also, rejigger the bounds of the image header in Pesto to avoid the
      "pop" at the end of the animation by laying out the image header at its
      final visual size instead of relying on occlusion to size the image
      header.
      
      Fixes #5202
      Fixes #5204
      628884a8
  32. 29 Jul, 2016 1 commit
  33. 26 Jul, 2016 2 commits
  34. 22 Jun, 2016 1 commit
    • Ian Hickson's avatar
      About box API (#4677) · cd89e867
      Ian Hickson authored
      This API is the front-end part of the work on showing licenses.
      
      Future patches will:
      
      * Provide an API for registering what licenses should be shown here,
        which will be used by this feature to shown licenses but could also be
        used by custom code for showing licenses (e.g. for people not using
        the Material widgets).
      
      * Actually populate this license API from all the licenses we currently
        use in the engine, in the framework, and from any pub packages that
        are used (directly or indirectly) by the application.
      cd89e867
  35. 01 Jun, 2016 1 commit
    • Adam Barth's avatar
      Deploy mustCallSuper (#4285) · a0e7cdba
      Adam Barth authored
      This patch starts using the mustCallSuper annotation for several of the key
      lifecycle callbacks in the framework. I haven't added it to didUpdateConfig
      because there are a large number of non-compliant overrides. We should discuss
      whether we want to use it there.
      a0e7cdba
  36. 16 May, 2016 2 commits
  37. 25 Apr, 2016 1 commit
  38. 12 Apr, 2016 1 commit