puzzle_cube 0.1.0 copy "puzzle_cube: ^0.1.0" to clipboard
puzzle_cube: ^0.1.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 Dart:

 $ dart pub add puzzle_cube

With Flutter:

 $ flutter pub add puzzle_cube

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

dependencies:
  puzzle_cube: ^0.1.0

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:puzzle_cube/puzzle_cube.dart';
8
likes
0
points
62
downloads

Publisher

verified publisherabsolutedevs.com

Weekly Downloads

An interactive 3D twisty-puzzle cube for Flutter, with a 3x3 model (turns, scrambling, validation) and a gesture-driven widget (orbit, drag-to-turn).

Repository (GitHub)
View/report issues

Topics

#rubiks-cube #cube #puzzle #three-dimensional #widget

License

unknown (license)

Dependencies

ditredi, equatable, flutter, vector_math

More

Packages that depend on puzzle_cube