flutter/packages/flutter_sprites
Adam Barth 693ddcd8dd Move widgets and rendering inside src
Code outside of package:sky should import this code using

package:sky/rendering.dart
package:sky/widgets.dart

Moving this code into the "src" directory is a convention that signifies that
and it cleans up the generated dartdoc because the libraries in the src
directory aren't included in the generated documentation. Instead, the classes
are documented in the widgets.dart and rendering.dart libraries.
2015-09-02 13:38:00 -07:00
..
2015-09-02 13:38:00 -07:00
2015-08-25 16:14:58 -07:00

skysprites

A sprite toolkit built on top of Sky.

Getting Started

For help getting started with Sky, view our online documentation.