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
..
2016-02-24 14:07:10 -08:00
2016-01-14 09:13:44 -08:00
2016-01-14 09:13:44 -08:00
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.