solve_24_game 1.0.3
solve_24_game: ^1.0.3 copied to clipboard
The 24 puzzle is an arithmetical puzzle in which the objective is to find a way to manipulate four integers so that the end result is 24. For example, for the numbers 4, 7, 8, 8, a possible solution i [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add solve_24_game
With Flutter:
$ flutter pub add solve_24_game
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
solve_24_game: ^1.0.3
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:solve_24_game/solve_24_game.dart';