discord_bot_flutter 1.1.0 copy "discord_bot_flutter: ^1.1.0" to clipboard
discord_bot_flutter: ^1.1.0 copied to clipboard

A lightweight Dart package to interact with the Discord Bot APIs.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add discord_bot_flutter

With Flutter:

 $ flutter pub add discord_bot_flutter

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

dependencies:
  discord_bot_flutter: ^1.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:discord_bot_flutter/discord_bot_flutter.dart';
0
likes
160
points
128
downloads

Documentation

API reference

Publisher

verified publishershahjahanmirza.dev

Weekly Downloads

A lightweight Dart package to interact with the Discord Bot APIs.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

dio, freezed_annotation, json_annotation, mocktail, very_good_analysis

More

Packages that depend on discord_bot_flutter