- 12 Aug, 2015 1 commit
-
-
Collin Jackson authored
-
- 11 Aug, 2015 9 commits
-
-
Eric Seidel authored
This is just fallout from not having https://github.com/domokit/sky_engine/issues/565 @abarth
-
Eric Seidel authored
@abarth
-
Eric Seidel authored
@abarth
-
Matt Perry authored
This introduces the concept of an Anchor, which you can use to link transitions together. I've used this in the Fitness and Stocks apps to link the FAB and SnackBar to animate together by sharing the SlideTransition. I also fixed the Scaffold hit testing code to apply sub-widget transforms, so it works with Transformed nodes.
-
Eric Seidel authored
Moved from Cards to Tiles and made the printing of the dates nicer by using some code from a Dart SDK example: https://github.com/dart-lang/sdk/blob/master/samples-dev/swarm/swarm_ui_lib/util/DateUtils.dart I also built a UserData class to help keep saving/sorting consistent as well as fixed the sort order to have most recent at the top. @abarth
-
Eric Seidel authored
Now it wont crash on save, but it still doesn't display the error message in a snackbar and this also doesn't wire up the enter/go key to actually do anything. We'll need to implement performEditorAction on our InputConnection implementation to catch this key and pass it along to dart. Our Input control needs to get more powerful to handle things like this, including filtering of input. The code was crashing by triggering a bug in the SnackBar which didn't assert for actions, but crashed when they were not null. Partial fix for https://github.com/domokit/sky_engine/issues/543 @abarth
-
Eric Seidel authored
Fixes https://github.com/domokit/sky_engine/issues/547 @collinjackson
-
Eric Seidel authored
Fixes https://github.com/domokit/sky_engine/issues/548 @collinjackson
-
Eric Seidel authored
Fixes https://github.com/domokit/sky_engine/issues/540 @abarth
-
- 10 Aug, 2015 1 commit
-
-
Eric Seidel authored
This required me wrapping the new Activity APIs as well as adding the missing pubspec.yaml @abarth
-
- 08 Aug, 2015 1 commit
-
-
Ian Fischer authored
-