puzzle_cube 0.2.0
puzzle_cube: ^0.2.0 copied to clipboard
An interactive 3D twisty-puzzle cube for Flutter, with a 3x3 model (turns, scrambling, validation) and a gesture-driven widget (orbit, drag-to-turn).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add puzzle_cubeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
puzzle_cube: ^0.2.0Alternatively, 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:puzzle_cube/puzzle_cube.dart';