flutter_ludo 0.0.6 copy "flutter_ludo: ^0.0.6" to clipboard
flutter_ludo: ^0.0.6 copied to clipboard

A Flutter package providing a complete Ludo game engine, board widget, move validation, capture rules, dice rules, and 4-player gameplay support.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_ludo

With Flutter:

 $ flutter pub add flutter_ludo

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

dependencies:
  flutter_ludo: ^0.0.6

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:flutter_ludo/flutter_ludo.dart';
6
likes
0
points
72
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package providing a complete Ludo game engine, board widget, move validation, capture rules, dice rules, and 4-player gameplay support.

Repository (GitHub)
View/report issues

Topics

#ludo #game #board-game #flutter

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_ludo