flutter/packages/flutter_sprites
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
..
lib Literals get type annotations. 2016-05-04 09:18:31 -07:00
test Literals get type annotations. 2016-05-04 09:18:31 -07:00
LICENSE Adds license file and required fields to pubspec 2015-08-25 16:35:05 -07:00
pubspec.yaml Remove pub package version skew (#3212) 2016-04-08 10:08:13 -07:00
README.md Rename skysprites to flutter_sprites 2015-10-13 16:34:01 -07:00

Flutter Sprites

A sprite toolkit built on top of Flutter.

Getting Started

For help getting started with Flutter, view our online documentation.