flutter/packages/flutter_sprites
pq e54196d7fc Turn on avoid_return_types_on_setters and cleanup annotated setters.
It's safe to remove the unneeded `void`s from setters since the blocking issues in the
`always_declare_return_types` lint have been fixed (https://github.com/dart-lang/linter/).  We can also safely flip the bit on  `avoid_return_types_on_setters`.
2016-05-12 11:45:30 -07:00
..
lib Turn on avoid_return_types_on_setters and cleanup annotated setters. 2016-05-12 11:45:30 -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.