1. 17 Sep, 2019 1 commit
  2. 09 Aug, 2019 1 commit
  3. 09 Jul, 2019 1 commit
  4. 05 Apr, 2019 1 commit
  5. 04 Apr, 2019 1 commit
  6. 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
  7. 07 Feb, 2019 1 commit
  8. 01 Feb, 2019 1 commit
  9. 15 Jan, 2019 1 commit
  10. 07 Jan, 2019 1 commit
  11. 19 Dec, 2018 1 commit
  12. 09 Nov, 2018 1 commit
  13. 30 Oct, 2018 1 commit
  14. 05 Oct, 2018 1 commit
  15. 25 Sep, 2018 3 commits
  16. 12 Sep, 2018 1 commit
  17. 07 Sep, 2018 1 commit
  18. 02 Aug, 2018 1 commit
  19. 27 Jul, 2018 1 commit
  20. 23 Jul, 2018 1 commit
  21. 20 Jul, 2018 1 commit
  22. 16 Jul, 2018 2 commits
  23. 04 Jul, 2018 1 commit
  24. 22 Jun, 2018 1 commit
  25. 05 Jun, 2018 1 commit
  26. 03 May, 2018 1 commit
  27. 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
  28. 08 Mar, 2018 1 commit
  29. 02 Feb, 2018 1 commit
  30. 04 Jan, 2018 1 commit
  31. 15 Dec, 2017 1 commit
  32. 09 Nov, 2017 1 commit
  33. 03 Nov, 2017 1 commit
  34. 11 Oct, 2017 1 commit
  35. 28 Sep, 2017 1 commit
  36. 21 Sep, 2017 2 commits
    • Alexandre Ardhuin's avatar
      use bool in assert (#12170) · 2958d7d0
      Alexandre Ardhuin authored
      2958d7d0
    • xster's avatar
      Create a CupertinoTab to support parallel navigation trees in iOS (#12130) · f9e8da6d
      xster authored
      * Refactor CupertinoScaffold
      
      * Rename rootTabPageBuilder to tabBuilder
      
      * fix tab transparency padding
      
      * add a CupertinoTab
      
      * Add default background color
      
      * Add a bunch of examples
      
      * A bunch of tests
      
      * Refactor CupertinoScaffold
      
      * Rename rootTabPageBuilder to tabBuilder
      
      * fix tab transparency padding
      
      * Add default background color
      
      * review notes
      
      * fix test
      
      * review
      
      * Rename CupertinoTab to CupertinoTabView
      
      * remove final ; in sample code for analyzer
      f9e8da6d