- 19 Sep, 2018 2 commits
-
-
Jonah Williams authored
* Revert "Revert "Add RichText support to find.text" (#22046)" This reverts commit 8e704219. * Revert "Implement Double Tap Handling in TextField and Editable (#21264)" This reverts commit 02e87334.
-
Niko Yuwono authored
Thanks @NikoYuwono for getting this working! We appreciate your help! * Implement Double Tap Handling in TextField and Editable * Fix test broken by the change and add test for double tap * Fix affected tests * Remove unnecessary new * Fix test
-
- 12 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 02 Aug, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 27 Jul, 2018 1 commit
-
-
Todd Volkert authored
It was causing problems rolling Flutter into Fuchsia
-
- 23 Jul, 2018 1 commit
-
-
Alexandre Ardhuin authored
* re-enable lint unnecessary_const * remove trailling whitespaces * remove unnecessary const (after merge)
-
- 16 Jul, 2018 2 commits
-
-
Ian Hickson authored
This reverts commit cc1cf13e.
-
Alexandre Ardhuin authored
-
- 04 Jul, 2018 1 commit
-
-
xster authored
-
- 05 Jun, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 02 Apr, 2018 2 commits
-
-
xster authored
* Let CupertinoTabScaffold's tab be programmatically selectable * Re-use the tab bar's index instead * review
-
Victor Choueiri authored
Added a call to debugCheckHasMaterial() at the start of TextField's build method.
-
- 22 Mar, 2018 1 commit
-
-
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.
-
- 21 Feb, 2018 1 commit
-
-
xster authored
* Fix focus switching when changing tabs in CupertinoTabScaffold * review * Test focuses are saved within tabs * review
-
- 11 Jan, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 07 Dec, 2017 1 commit
-
-
Ian Hickson authored
This allows the scheduler library to depend on the services library and the painting library to depend on the scheduler library without the services library having to depend on the scheduler library. While I was at it I also cleaned up some of the binding logic: the licenses logic can now be overridden (and the test library does so), and the image cache can now be overridden as well.
-
- 21 Sep, 2017 1 commit
-
-
xster authored
* Refactor CupertinoScaffold * Rename rootTabPageBuilder to tabBuilder * fix tab transparency padding * Add default background color * review notes * fix test
-
- 12 Sep, 2017 1 commit
-
-
xster authored
* Things lay out but the effects not right yet * Remaining functionalities and tests * one line large title only * Add more docs * review
-
- 15 Jun, 2017 1 commit
-
-
xster authored
* started copying stuff into cupertino page route * extracted from material page route. Ready for testing * works with button and gesture * tests and docs * review notes * review notes
-
- 13 Jun, 2017 1 commit
-
-
xster authored
* works using pageview it’s a bit heavy and scrolls no documentation or test yet * docs and tests * more docs tweak * revert drive by page view changes * swap out the indexed stack for a custom thing * layout everything on the cheap tests pass * add more tests * move back to stack and add docs * review notes * build all the tabs once built
-