flutter/packages/flutter_sprites/test
pq bcede8dffb Literals get type annotations.
As per the recent fix to the `always_specify_types` lint (https://github.com/dart-lang/linter/issues/199), literal maps and lists are now expected to be explicitly typed.

Running that lint on the repo identifies quite a few spots to update.  This focuses on `flutter_driver` and `flutter_sprites` (somewhat arbitrarily) but the changes are fairly representative.

Note there are a number of places where I made a quick judgement on how specific to make the types.  Feedback on those is welcome.  (Especially as we move forward with more.)
2016-05-04 09:18:31 -07:00
..
action_test.dart Literals get type annotations. 2016-05-04 09:18:31 -07:00
color_sequence_test.dart add a test for flutter_sprites 2016-01-14 09:13:44 -08:00
constraint_test.dart Literals get type annotations. 2016-05-04 09:18:31 -07:00
node_test.dart Initial set of tests for flutter sprites (#3643) 2016-04-29 14:46:09 -07:00