- 22 Feb, 2016 17 commits
-
-
Devon Carew authored
fix a checked mode assertion
-
Devon Carew authored
-
Devon Carew authored
remove iosSimulator field from ApplicationPackageStore
-
Devon Carew authored
-
Devon Carew authored
log for specific adb devices
-
Chinmay Garde authored
Address issues raised in PR #2047
-
Chinmay Garde authored
Fix linter error regarding extra braces in string interpolation in devices.dart
-
Chinmay Garde authored
-
Chinmay Garde authored
-
Chinmay Garde authored
Update status messages when unsupported devices are detected by the tools
-
Chinmay Garde authored
-
Devon Carew authored
check to see if the xcode eula has been signed
-
Adam Barth authored
Remove ThemeData.primarySwatch
-
Adam Barth authored
In the dark theme, there isn't really a primary swatch, so this API was a sandtrap. Instead, be explicit about the colors we need for various widgets in the theme. Fixes #1277
-
Adam Barth authored
Improve issue template
-
Adam Barth authored
Fix link to bug-reports page. Also, hint at how to get the flutter version.
-
Adam Barth authored
Add TestGesture
-
- 21 Feb, 2016 12 commits
-
-
Adam Barth authored
This helper makes it easier to write correct tests that involve gestures. Fixes #1855
-
Adam Barth authored
SnackBar should have a single optional action
-
Adam Barth authored
Remove redundant material_ prefix
-
Adam Barth authored
Animation status callbacks should be re-entrant
-
Devon Carew authored
-
Devon Carew authored
-
Adam Barth authored
These files are already in the "material" folder. They don't need to be prefixed with material again. Fixes #702
-
Devon Carew authored
add the ability to start and stop device polling
-
Adam Barth authored
We should mutate the status of the AnimationController before calling the status callbacks so that we're prepared to be re-entered. Fixes #1911
-
Devon Carew authored
-
Adam Barth authored
The example in the spec with multiple actions is an anti-example. Fixes #1876
-
Adam Barth authored
Improve the style in the starter app
-
- 20 Feb, 2016 9 commits
-
-
Adam Barth authored
Fixes #2011
-
Adam Barth authored
Remove download_dart_sdk.py
-
Adam Barth authored
This script is not used anymore.
-
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 2 commits
-
-
Hans Muller authored
Gallery icons demo
-
Hans Muller authored
-