number_game 0.0.1 copy "number_game: ^0.0.1" to clipboard
number_game: ^0.0.1 copied to clipboard

A fast and fun number puzzle game built with Flutter & Dart.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add number_game

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

dependencies:
  number_game: ^0.0.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:number_game/number_game.dart';
1
likes
140
points
93
downloads

Publisher

unverified uploader

Weekly Downloads

A fast and fun number puzzle game built with Flutter & Dart.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

equatable, flutter, flutter_bloc, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on number_game

Packages that implement number_game