flutter/packages/flutter_sprites/lib
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
..
src Turn on avoid_return_types_on_setters and cleanup annotated setters. 2016-05-12 11:45:30 -07:00
flutter_sprites.dart Refactor sprite physics, part 1 (#3711) 2016-05-03 17:16:36 -07:00