giant_toad 0.1.1 copy "giant_toad: ^0.1.1" to clipboard
giant_toad: ^0.1.1 copied to clipboard

Typed Flame foundations and production conventions for pixel-art games.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate giant_toad

Use it

The package has the following executables:

$ gt

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add giant_toad

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  giant_toad: ^0.1.1

Alternatively, 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:giant_toad/giant_toad.dart';
1
likes
150
points
185
downloads

Documentation

API reference

Publisher

verified publishergoblinportal.com

Weekly Downloads

Typed Flame foundations and production conventions for pixel-art games.

Repository (GitHub)
View/report issues

Topics

#flame #game-engine #pixel-art #flutter-games

License

MIT (license)

Dependencies

args, flame, flame_audio, flutter, shared_preferences

More

Packages that depend on giant_toad