- 02 Mar, 2016 1 commit
-
-
Adam Barth authored
Rather than managing all the Material Design icons manually, we now manage them using an icon font. The icon font contains glyphs for each icon in an efficient vector format. This patch updates the FLX tooling to include the MaterialIcons font and updates the Icon widget to use the font instead of asset images. Fixes #2313 Fixes #2218 Fixes #2009 Fixes #994
-
- 27 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 26 Feb, 2016 3 commits
-
-
Devon Carew authored
-
Devon Carew authored
-
Devon Carew authored
-
- 25 Feb, 2016 1 commit
-
-
Jason Simmons authored
-
- 20 Feb, 2016 1 commit
-
-
yjbanov authored
Runs a test app and a driver test simultaneously, then stops the app. Usage: ``` flutter drive --target=/path/to/test/app.dart ``` This command will look for `/path/to/test/app_test.dart` by convention. We will expand into other ways of discovering tests in the future.
-
- 19 Feb, 2016 1 commit
-
-
Jason Simmons authored
-
- 17 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 11 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 10 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 06 Feb, 2016 2 commits
-
-
Devon Carew authored
remove the device factory methods as well as the device cache
-
Devon Carew authored
-
- 05 Feb, 2016 1 commit
-
-
Todd Volkert authored
-
- 04 Feb, 2016 1 commit
-
-
Todd Volkert authored
This splits flx.build() into two methods, flx.build() and flx.assemble(). builD() now does the following: 1) constructs the manifest map by reading the manifest from the file system 2) "compiles" the dart code into the snapshot file 3) Invokes assemble() This allows external build toolchains to construct their own manifest map (possibly using a different manifest syntax) and create their own snapshot file
-
- 29 Jan, 2016 1 commit
-
-
Kris Giesing authored
-
- 28 Jan, 2016 1 commit
-
-
Devon Carew authored
rename to printTrace(), printStatus(), and printError()
-
- 22 Jan, 2016 1 commit
-
-
Devon Carew authored
remove device type specific checks
-
- 20 Jan, 2016 1 commit
-
-
Devon Carew authored
-