- 25 Nov, 2015 20 commits
-
-
Adam Barth authored
Animate slider radial reaction
-
Adam Barth authored
Also, have the slider draw different in its disabled state.
-
Devon Carew authored
print logging timestamps to profile app launch
-
Devon Carew authored
allow logs to work from any location
-
Devon Carew authored
-
Devon Carew authored
-
Adam Barth authored
Add a basic material slider
-
Adam Barth authored
Finish TimePicker
-
Adam Barth authored
The slider in this patch works, but it's missing animations and many subtle touches.
-
Adam Barth authored
After this patch, TimePicker should work correctly. Fixes #559
-
Ian Hickson authored
Opacity was dropping stuff on the floor.
-
Hixie authored
Turns out we passed the wrong bounds to the PaintingContext constructor. Fix, and assert that we don't do that again.
-
Ian Hickson authored
Rev the engine dependency to the latest engine.
-
Hixie authored
-
Devon Carew authored
fix analysis errors; add missing icon
-
Devon Carew authored
-
Adam Barth authored
Remove start_test
-
Adam Barth authored
This test was a bad mock-based test that hasn't ever caught a bug but has required a lot of maintenance. Currently its broken because its mock doesn't match the real interface.
-
Adam Barth authored
Add support for system-level routing
-
Adam Barth authored
Now you can supply a route argument to flutter start: $ flutter start --route /foo which will start the app at /foo instead of /.
-
- 24 Nov, 2015 20 commits
-
-
Adam Barth authored
Update to a new engine release
-
Adam Barth authored
-
Adam Barth authored
Teach the TimerPicker how to pick a time
-
Adam Barth authored
The TimePicker can now actually pick a time. However, it doesn't understand AM or PM and there's lots of visual polish missing.
-
Ian Hickson authored
Remove StateRoutes
-
Adam Barth authored
Hide pub get output when updating flutter tool
-
Hixie authored
-
Adam Barth authored
Pin `package:test` to an exact revision
-
Adam Barth authored
We use a number of non-public APIs in the test package, which makes our dependency quite fragile. This patch pins a specific, known-good version. We should update to the lastest version in a follow-up patch.
-
Adam Barth authored
ignore .atom directories
-
Seth Ladd authored
-
Adam Barth authored
Start working on a TimePicker
-
Adam Barth authored
Improve unauthorized regexp
-
-
-
Adam Barth authored
Expose the navigator in routes.
-
Adam Barth authored
You can't actually pick a time with the time picker yet, but this patch adds most of the plumbing.
-
Hixie authored
-
Adam Barth authored
Add drop down buttons to Material Gallery
-
Adam Barth authored
-