flutter/packages/flutter_sprites
Adam Barth fb4dbf4584 Improve TextSpan
Now we just have one TextSpan class that handles both simple strings, trees of
children, and styling both. This approach simplifies the interface for most
clients.

This patch also removes StyledText, which was weakly typed and tricky to use
correctly. The replacement is RichText, which is strongly typed and uses
TextSpan.
2016-02-24 14:07:10 -08:00
..
lib Improve TextSpan 2016-02-24 14:07:10 -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.