sky_hopper_game 0.1.1
sky_hopper_game: ^0.1.1 copied to clipboard
A reusable Flutter game package providing a ready-to-use Sky Hopper mini-game, complete with sprite rendering, score management, and sound effects.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sky_hopper_gameThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sky_hopper_game: ^0.1.1Alternatively, 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:sky_hopper_game/sky_hopper_game.dart';