- 20 Feb, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 26 Jan, 2017 1 commit
-
-
Todd Volkert authored
-
- 23 Jan, 2017 1 commit
-
-
Todd Volkert authored
-
- 09 Jan, 2017 1 commit
-
-
Todd Volkert authored
This ensures that accidental usages of dart:io's file API don't creep in over time.
-
- 07 Jan, 2017 1 commit
-
-
Todd Volkert authored
This removes direct file access from within flutter_tools in favor of using `package:file` via a `FileSystem` that's accessed via the `ApplicationContext`. This lays the groundwork for us to be able to easily swap out the underlying file system when running Flutter tools, which will be used to provide a record/replay file system, analogous to what we have for process invocations.
-
- 30 Nov, 2016 1 commit
-
-
Todd Volkert authored
-
- 29 Nov, 2016 2 commits
-
-
John McCutchan authored
-
P.Y. Laligand authored
Started failing at 0b737ac5.
-
- 23 Nov, 2016 1 commit
-
-
P.Y. Laligand authored
-
- 14 Nov, 2016 1 commit
-
-
Dan Rubel authored
* convert pubGet to throw ToolExit on non-zero exit code * convert commandValidator to throw ToolExit for non-zero exit code * convert flutter commands to throw ToolExit for non-zero exit code * use convenience method throwToolExit * only show "if this problem persists" for unusual exceptions
-
- 04 Nov, 2016 1 commit
-
-
P.Y. Laligand authored
Fonts should never be bundled on Fuchsia.
-
- 03 Nov, 2016 1 commit
-
-
Jason Simmons authored
-
- 02 Nov, 2016 1 commit
-
-
Petr Hosek authored
This is causing issues when integratting Flutter into GN as the generated depfile refers to snapshot as the target instead of the bundle. We instead use a separate GN action to generate the snapshot use the Flutter compiler to only assemble the bundle.
-
- 20 Oct, 2016 1 commit
-
-
Adam Barth authored
This patch makes it possible to build Flutter apps that use the framework on Fuchsia.
-
- 04 Oct, 2016 1 commit
-
-
P.Y. Laligand authored
-
- 01 Oct, 2016 1 commit
-
-
P.Y. Laligand authored
-