- 03 Jun, 2016 2 commits
-
-
Matt Perry authored
* Pesto demo for the Flutter Gallery app. * pesto.special.case
-
Hans Muller authored
-
- 01 Jun, 2016 1 commit
-
-
Ian Hickson authored
...and fix some grid and table intrinsic issues it uncovered.
-
- 23 May, 2016 2 commits
-
-
Devon Carew authored
-
Hans Muller authored
-
- 21 May, 2016 1 commit
-
-
Ian Hickson authored
-
- 20 May, 2016 3 commits
-
-
Ian Hickson authored
-
Mitch Rudominer authored
* New Material Design calculator example. (Attempt 2 after git fetch upstream). * Responded to code review. * Second round of code review.
-
Hans Muller authored
-
- 16 May, 2016 1 commit
-
-
Ian Hickson authored
This makes it possible to substitute 'flutter run' for 'flutter test' and actually watch a test run on a device. For any test that depends on flutter_test: 1. Remove any import of 'package:test/test.dart'. 2. Replace `testWidgets('...', (WidgetTester tester) {` with `testWidgets('...', (WidgetTester tester) async {` 3. Add an "await" in front of calls to any of the following: * tap() * tapAt() * fling() * flingFrom() * scroll() * scrollAt() * pump() * pumpWidget() 4. Replace any calls to `tester.flushMicrotasks()` with calls to `await tester.idle()`. There's a guarding API that you can use, if you have particularly complicated tests, to get better error messages. Search for TestAsyncUtils.
-
- 09 May, 2016 1 commit
-
-
Hans Muller authored
-