frame_progressive_sprite_viewer 0.1.0
frame_progressive_sprite_viewer: ^0.1.0 copied to clipboard
Basic image and sprite viewer for Brilliant Labs Frame allowing for progressive rendering
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add frame_progressive_sprite_viewerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
frame_progressive_sprite_viewer: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:frame_progressive_sprite_viewer/main.dart';