- 20 Feb, 2016 6 commits
-
-
Adam Barth authored
Download sky_engine and sky_services from cloud storage
-
Adam Barth authored
Downloading these packages from cloud storage simplifies our deployment story because we can upload to cloud storage automatically from the buildbot. This patch also switches the responsibility for downloading the engine artifacts to update_engine.sh. Centralizing this responsibility ensures that the packages and the binaries are always in sync.
-
Yegor authored
"flutter drive" command
-
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.
-
Chinmay Garde authored
tvOS, watchOS and old simulators are blacklisted in the tools
-
Chinmay Garde authored
-
- 19 Feb, 2016 24 commits
-
-
Hans Muller authored
Gallery icons demo
-
Hans Muller authored
-
Chinmay Garde authored
iOS: In case Xcode is installed but the version is too old. Advise the user to update.
-
Chinmay Garde authored
-
Chinmay Garde authored
-
Chinmay Garde authored
-
Adam Barth authored
Enable background compilation
-
Adam Barth authored
-
Chinmay Garde authored
Always generate legal UTIs for project identifiers.
-
Chinmay Garde authored
iOS: Misc tooling updates
-
Chinmay Garde authored
-
Chinmay Garde authored
-
Chinmay Garde authored
-
Chinmay Garde authored
In case the user changes the path of the Flutter project on disk, the Dart SDK or the Flutter repository itself, the old Xcode paths would be invalid. Now, we rewrite them when we build the project.
-
Chinmay Garde authored
Use the project name to initialize the bundle name and identifier
-
Jason Simmons authored
Generate a font manifest JSON file from flutter.yaml
-
Jason Simmons authored
-
Hans Muller authored
Tooltip Gallery demo
-
Hans Muller authored
-
Adam Barth authored
Remove ServiceRegistry
-
Adam Barth authored
We don't need this anymore now that we have Mozart. The engine recently stopped support it also.
-
Adam Barth authored
-
Hans Muller authored
Added GridTile Simplify creating grid tiles with GridTileBar headers or footers.
-
Hans Muller authored
-
- 18 Feb, 2016 8 commits
-
-
Devon Carew authored
make the '-o' option in create optional
-
Devon Carew authored
-
Hans Muller authored
Added GridTileBar, grid list gallery demo Added GridTileBar - support for adding headers and footers to grid tiles. Added a material gallery scrollable grid demo. Fixes #1554 Fixes #1979
-
Hans Muller authored
-
Yegor authored
flutter_driver package
-
yjbanov authored
-
Yegor Jbanov authored
This commit contains: - FlutterDriver API for e2e tests usable in conjunction with package:test - FlutterDriverExtension to be enabled by the application in order to allow an external agent to connect to it and drive user interactions and probe into the element tree - initial implementations of tap, findByValueKey and getText commands (to be expanded in future PRs)
-
P.Y. Laligand authored
Added a few operators to the Velocity class.
-
- 17 Feb, 2016 2 commits
-
-
P.Y. Laligand authored
#1968
-
Adam Barth authored
Teach flutter to run from a relative path
-