Tools for working with D&D (5th Edition) in Dart (and Flutter)

faerûn

Tools for working with D&D (5th Edition) in Dart (and Flutter).

This package is built for my own amusement to better learn the rules of D&D 5e. It is not intended to be a complete implementation of the rules, but rather a set of tools to help me learn the rules and to help me run a game.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add faerun

With Flutter:

 $ flutter pub add faerun

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

dependencies:
  faerun: ^0.0.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:faerun/faerun.dart';

Download details:

Author: 

Source: https://pub.dev/packages/faerun

#flutter #android #ios 

Tools for working with D&D (5th Edition) in Dart (and Flutter)
1.10 GEEK