- 26 Feb, 2016 34 commits
-
-
Adam Barth authored
Scrollable's callbacks should follow a state machine
-
Devon Carew authored
remove the isConnected() method from device
-
Adam Barth authored
Now onScroll callbacks are always bracketed by onScrollStart and onScrollEnd callbacks. Fixes #1822
-
Adam Barth authored
Add tooltips to FloatingActionButtons
-
Ian Hickson authored
SizeObserver crusade: Remove EnterExitTransition
-
Ian Hickson authored
Remove some prints in tests.
-
Hans Muller authored
Add CheckedPopupMenuitem, update the Stocks demo
-
Adam Barth authored
Fixes #1875
-
Adam Barth authored
Simplify demo template
-
Adam Barth authored
We don't need these keys. Also, improve style in several places. Fixes #2225
-
Devon Carew authored
-
Hans Muller authored
-
Hixie authored
...and friends.
-
Devon Carew authored
some performance optimizations for starting apps
-
Devon Carew authored
-
Hans Muller authored
-
Hixie authored
-
Ian Hickson authored
Handle conflicting 'library' identifiers
-
Adam Barth authored
-
Adam Barth authored
Move update_packages.dart to `flutter update-packages`
-
Chinmay Garde authored
Update engine revision to pick up the fixes for instability on iOS
-
Hixie authored
Also, handle the new directory structure of the flutter repo.
-
Devon Carew authored
add timing info for flx creation
-
Ian Hickson authored
SizeObserver crusade: RawInputLine
-
Yegor authored
decouple `flutter drive` from `flutter start`; make things in `flutter_tools` more testable
-
Devon Carew authored
-
Yegor Jbanov authored
flutter start's method of finding devices to run the app on is not suitable for flutter drive. This commit also refactors several tool services to allow mocking in unit tests.
-
Hixie authored
-
Devon Carew authored
-
Chinmay Garde authored
-
Ian Hickson authored
Pin analyzer package so that we're consistent
-
Hans Muller authored
Gallery Menu Demo etc
-
Adam Barth authored
Now that we don't require the Dart SDK to be in your path, it's hard to run ./dev/update_packages.dart. Instead, you can now run `flutter update-packages`. Fixes #1906
-
Hans Muller authored
-
- 25 Feb, 2016 6 commits
-
-
Hixie authored
See the comment in the patch for details.
-
Ian Hickson authored
SizeObserver crusade: Dismissable
-
Chinmay Garde authored
Update engine revision
-
Eric Seidel authored
Remove examples/fitness
-
Eric Seidel authored
We originally wrote examples/fitness to be an app which all members of the Flutter team could carry on their phones and use every day. It served us well for testing of Text input, Keyboards and writing/reading JSON. It's never actually become a real carry app, so lets just let it go for now. @abarth @collinjackson
-
Phil Quitslund authored
Ignore `flutter analyze` errors via analysis options.
-