- 04 Jun, 2019 2 commits
-
-
-
Todd Volkert authored
This reverts commit 90500a5d.
-
- 03 Jun, 2019 1 commit
-
-
Jonah Williams authored
-
- 09 May, 2019 1 commit
-
-
Jonah Williams authored
-
- 28 Feb, 2019 1 commit
-
-
Greg Spencer authored
Fix the spelling errors in the dartdocs for the framework. There are no functionality changes here, just documentation fixes.
-
- 24 Sep, 2018 1 commit
-
-
Michael Klimushyn authored
-
- 12 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 10 Jul, 2018 1 commit
-
-
Ian Hickson authored
They should fail, because we don't have real support yet. Also, make the debug override work in release builds, so that people on those platforms have a workaround.
-
- 09 Jul, 2018 1 commit
-
-
stuartmorgan authored
A significant amonut of code uses defaultTargetPlatform, so it's currently impossible to run most apps on Windows. This adds a mapping from Windows as a host to Android as a target, paralleling the macOS->iOS and Linux->Android mappings. This allows more use of Windows as a host platform (e.g., for testing, as in issue #17768).
-
- 21 Sep, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 05 Apr, 2017 1 commit
-
-
Ian Hickson authored
-
- 18 Feb, 2017 1 commit
-
-
Ian Hickson authored
-
- 19 Oct, 2016 1 commit
-
-
Ian Hickson authored
-
- 18 Aug, 2016 1 commit
-
-
Adam Barth authored
Currently, we just treat Fuchsia as TargetPlatform.android, but we might want to do something more sophisticated in the future.
-
- 11 Aug, 2016 1 commit
-
-
Ian Hickson authored
Changes in this patch: - iOS now uses a different scrollDrag constant than Android. - ScrollConfigurationDelegate now knows about target platforms. - ScrollBehaviors now know about target platforms. - RawInputLine now has to be told what platform it's targetting. - PageableList now has a concept of target platform. - make debugPrintStack filter its stack. - move debugPrintStack to `assertions.dart`. - add support for limiting the number of frames to debugPrintStack. - make defaultTargetPlatform default to android in test environments. - remove OverscrollStyle and MaterialApp's overscrollStyle argument. You can now control the overscroll style using Theme.platform. - the default scroll configuration is now private to avoid people relying on the defaultTargetPlatform getter in their subclasses (since they really should use Theme.of(context).platform). - fix some typos I noticed in some tests. - added a test for flinging scrollables, that checks that the behavior differs on the two target platforms. - made flingFrom and fling in the test API pump the frames. - added more docs to the test API. - made the TestAsyncUtils.guard() method report uncaught errors to help debug errors when using that API.
-
- 26 Jul, 2016 1 commit
-
-
Adam Barth authored
-
- 25 Jul, 2016 1 commit
-
-
Adam Barth authored
We'll use this field to adapt material widgets to iOS.
-