- 23 Feb, 2016 14 commits
-
-
Hixie authored
Turns out we don't need 'parent' outside the assert at all.
-
Ian Hickson authored
Fix --debug
-
Ian Hickson authored
Clean up scroll behaviour.
-
Collin Jackson authored
Remove redundant Material from start project
-
Hixie authored
This makes ScrollBehavior agnostic about the kind of scroll. This also means ExtentScrollBehavior's comment about being linear is more relevant (previously it was true of all scroll behaviours).
-
Devon Carew authored
add a validator for Atom
-
Collin Jackson authored
-
Hixie authored
...and some style nits.
-
Devon Carew authored
-
Ian Hickson authored
Some trivial animation library cleanup.
-
Yegor authored
more details in infra/README.md
-
yjbanov authored
-
Yegor authored
"flutter create" can generate a basic driver test; "flutter drive" gains new options
-
yjbanov authored
"flutter create" adds option `--with-driver-test` that adds dependencies to `flutter_driver` in `pubspec.yaml` and creates a basic driver test runnable via `flutter drive --target=test_driver/e2e.dart` "flutter drive" new options: - `--keep-app-running` tells the driver to not stop the app after tests are done - `--use-existing-app` tells the driver to not start a new app but use an already running instance
-
- 22 Feb, 2016 18 commits
-
-
Ian Hickson authored
-
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 8 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
-