yourinrolltoolsgame 0.0.1
yourinrolltoolsgame: ^0.0.1 copied to clipboard
A classic game of solitaire to flutter
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add yourinrolltoolsgame
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
yourinrolltoolsgame: ^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:yourinrolltoolsgame/yourinrolltoolsgame.dart';