mineral 5.0.0 copy "mineral: ^5.0.0" to clipboard
mineral: ^5.0.0 copied to clipboard

Mineral is a Discord framework for designing discord bots in Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mineral

With Flutter:

 $ flutter pub add mineral

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

dependencies:
  mineral: ^5.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:mineral/mineral.dart';
21
likes
150
points
226
downloads

Documentation

API reference

Publisher

verified publishermineral-dart.dev

Weekly Downloads

Mineral is a Discord framework for designing discord bots in Dart.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

collection, env_guard, eterl, glob, http, intl, logging, mansion, path, recase, uuid, yaml

More

Packages that depend on mineral