- 24 Feb, 2016 13 commits
-
-
Adam Barth authored
Now we just have one TextSpan class that handles both simple strings, trees of children, and styling both. This approach simplifies the interface for most clients. This patch also removes StyledText, which was weakly typed and tricky to use correctly. The replacement is RichText, which is strongly typed and uses TextSpan.
-
Adam Barth authored
Keep AnimationController's _value in bounds
-
Devon Carew authored
additional validation for device commands
-
Chinmay Garde authored
Remove all inline templates and provide a way to specify templates as resources
-
Adam Barth authored
Rather than clamping _value on read, we now clamp the value when writing it, which simplifies reasoning about _value.
-
Chinmay Garde authored
-
Yegor authored
support waiting for things to happen in Flutter Driver
-
Devon Carew authored
-
yjbanov authored
-
Hans Muller authored
Test BottomSheet rebuilding with ScaffoldFeatureController.setState()
-
Hans Muller authored
-
Phil Quitslund authored
Enumerate lints for analysis in synthesized options file.
-
Hans Muller authored
Moved the Gallery's home page padding inside its Block
-
- 23 Feb, 2016 22 commits
-
-
Hans Muller authored
-
Hans Muller authored
Gallery List Demo
-
Hans Muller authored
-
https://github.com/flutter/flutterpq authored
# Conflicts: # packages/flutter_tools/lib/src/commands/analyze.dart
-
pq authored
This enables us to exclude `library_names` pending a new stable SDK push (see notes: https://github.com/flutter/flutter/pull/1996). Also excluded are a few lints who's feedback was just getting regexp'ed out. Moving forward, this will allow us to selectively enable specific lints of interest as well.
-
Ian Hickson authored
Move style guide to website.
-
Ian Hickson authored
Trivial cleanup of getDistanceToBaseline
-
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
-
Hixie authored
Depends on https://github.com/flutter/website/pull/177
-
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 5 commits
-
-
Ian Hickson authored
-
Devon Carew authored
fix a checked mode assertion
-
Devon Carew authored
-
pq authored
This enables us to exclude `library_names` pending a new stable SDK push (see notes: https://github.com/flutter/flutter/pull/1996). Also excluded are a few lints who's feedback was just getting regexp'ed out. Moving forward, this will allow us to selectively enable specific lints of interest as well.
-
Devon Carew authored
remove iosSimulator field from ApplicationPackageStore
-