- 02 Mar, 2017 1 commit
-
-
xster authored
* Add cupertino to gallery and add CupertinoButto * Use single quotes * Add disabled state * Some review notes * Make button animation more responsive and tweak timing * Renamed things Cupertino * Button with background, move cupertino demos, move material demos * Move 2 level list too * Refactor various demo route names * Some review notes * More reviews and add test * Linter as * Move private constant up
-
- 01 Mar, 2017 20 commits
-
-
Todd Volkert authored
This got missed in the last sweep due to concurrent PRs
-
Michael Goderbauer authored
-
Michael Goderbauer authored
This one comes with sweet Unicode support for Windows!
-
Chris Bracken authored
Ensure that read and write operations fail on ScrollControllers associated with a number of positions other than 1.
-
Adam Barth authored
Using these physics avoids a problem whereby the scroll view isn't scrollable due to lack of content and therefore cannot trigger the refresh indicator. Fixes #8432
-
Adam Barth authored
This widget is useful on its own. This patch factors it out of AppBar so folks can use it separately. Fixes #8489
-
Michael Goderbauer authored
* [devFS] Use URI to represent paths on device Previosuly, regular file paths in the format of the host platform were used to represent paths on device. That works when host and device share the same (POSIX) file path format. With a Windows host, this breaks. URIs are the solution as they are platform independent and the VM service on the device already interpreted the file paths as URIs anyways. * review comments * switch to file paths * fix tests on Windows * review comments
-
Yegor authored
This TODO was fixed by the transition to `Finder` objects.
-
Chris Bracken authored
This ensures that both timer/microtask queues are cleared out rather than assuming that all work is completed in a specified amount of time.
-
Michael Thomsen authored
-
Michael Thomsen authored
-
Mikkel Nygaard Ravn authored
New concepts: PlatformMessageChannel (basic message send/receive superseding some existing PlatformMessages methods), PlatformMethodChannel (method invocation and event streams), pluggable codecs for messages and method calls: unencoded binary, string, json, and 'standard' flutter binary encoding.
-
Jakob Andersen authored
Instead, actually exit the tool. Fixes #8363.
-
Michael Goderbauer authored
This is apperently breaking some customers. If this gets submitted, we should investigate why self-package imports don't work for certain customers.
-
Michael Goderbauer authored
-
Adam Barth authored
-
Michael Goderbauer authored
* Revert "Revert "Simplify path handling logic in dependency checker and devFS (#8414)" (#8467)" This reverts commit 96ba7f76. * Intentionally use a self-package URI in flutter_gallery * tests to catch problems with self-package imports
-
Jason Simmons authored
-
Adam Barth authored
-
Alexandre Ardhuin authored
* avoid // ignore: prefer_const_constructors * address review comments
-
- 28 Feb, 2017 13 commits
-
-
Yegor authored
-
Jason Simmons authored
-
Adam Barth authored
It's common to have a ChangeNotifier that wraps a single value. This class makes that easy by providing a generic implementation.
-
Michael Goderbauer authored
This reverts commit e7bde11c. Reason: broke hot reload when using "package:" style imports for sources within the same project.
-
Michael Thomsen authored
-
Michael Thomsen authored
* Add solution to gradle-dir doctor warning * Review feedback + properly format strings
-
Jakob Andersen authored
Fixes #8395.
-
Todd Volkert authored
-
Devon Carew authored
* fix a doctor check for webstorm * fix a missing reference
-
Michael Goderbauer authored
-
Chris Bracken authored
Also a small formatting fix.
-
Jason Simmons authored
-
Chris Bracken authored
-
- 27 Feb, 2017 5 commits
-
-
Todd Volkert authored
This adds support for a `--bug-report` flag, which is a recording that: - includes the arguments that were passed to the command runner - is zipped up for easy attachment in Guthub issues
-
Hans Muller authored
-
Mike Hoolehan authored
* Gracefully ignore html content * Test for less than, consolidate table tests * Specify missing type annotation * Add Mike Hoolehan to AUTHORS
-
Michael Goderbauer authored
* Simplify path handling logic in dependency checker and devFS Simplification will make it easier to port this to Windows. * Roll Engine to 0a7b177c330367904597a6129b3eb653d29dfca0
-
Devon Carew authored
-
- 26 Feb, 2017 1 commit
-
-
Adam Barth authored
Fixes #8413
-