- 12 Nov, 2015 15 commits
-
-
Adam Barth authored
-
Adam Barth authored
Add a `flutter upgrade` command
-
Adam Barth authored
This command upgrades the version of flutter that you're using and runs `pub upgrade` to update the transitive dependencies.
-
Hans Muller authored
showSnackBar() returns a Future, clears its placeholder The returned Future completes after the snack bar has been dismissed. Revised BottomSheet to ensure that its Future only runs after the bottom sheet has been dismissed.
-
Hans Muller authored
TransitionRoute completer is now optional.
-
Devon Carew authored
also listen for flutter in the adb logs
-
Devon Carew authored
update double tap reference
-
Devon Carew authored
-
Devon Carew authored
-
Adam Barth authored
service_registry.dart should use the service registry handle instead of shell handle
-
Adam Barth authored
Fixes assert connecting to Activity service under Linux
-
Ian Hickson authored
Update the interactive_flex example for the new event handlers
-
Jason Simmons authored
-
Alhaad Gokhale authored
shell handle. R=@abarth,@tonygentilcore
-
Jim Beveridge authored
Fixes #313.
-
- 11 Nov, 2015 24 commits
-
-
Hans Muller authored
Add a persistent bottom sheet to the stocks demo
-
Eric Seidel authored
Move data out of Github and into Firebase
-
Hans Muller authored
-
Eric Seidel authored
@abarth @collinjackson
-
Devon Carew authored
Fix adb parse
-
Devon Carew authored
-
Ian Hickson authored
Update to match Hixie's changed bash script
-
Adam Barth authored
Adding windows batch file to complement the bash script.
-
Nathan Kerr authored
-
Collin Jackson authored
-
Collin Jackson authored
Raw keyboard example
-
Collin Jackson authored
-
Jason Simmons authored
Update the raw examples to handle PointerPacket events
-
Jason Simmons authored
-
Adam Barth authored
Give loose contraints to text inside input widget
-
Hans Muller authored
Named parameters for the mock_events.dart TestPointer class
-
Hans Muller authored
-
Adam Barth authored
The input widget scrolls, so it should give its text loose constraints. That way the text ends up being its intrinsic size even if put in a context with tight constraints. Fixes #298
-
Hans Muller authored
Add a unit test for persistent bottom sheets ShowBottomSheet now clears its placeholder after the bottom sheet has been dismissed. Added support for generating fling gestures to WidgetTester.
-
Hans Muller authored
-
Jason Simmons authored
Receive pointer events through PointerPackets
-
Jason Simmons authored
-
Jason Simmons authored
-
- 10 Nov, 2015 1 commit
-
-
Adam Barth authored
Fix remaining analyzer warnings
-