flutter/packages/flutter_sprites
Adam Barth 0277b075e0 Provide the BuildContext to createRenderObject and updateRenderObject
We'll need this for RTL support because the RTL state will live in the widget
tree. Also, remove the `oldWidget` argument to updateRenderObject because there
aren't any clients for it.
2016-03-11 08:59:37 -08:00
..
lib Provide the BuildContext to createRenderObject and updateRenderObject 2016-03-11 08:59:37 -08:00
test add a test for flutter_sprites 2016-01-14 09:13:44 -08:00
LICENSE Adds license file and required fields to pubspec 2015-08-25 16:35:05 -07:00
pubspec.yaml add a test for flutter_sprites 2016-01-14 09:13:44 -08: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.