discord_interactions 0.0.20 copy "discord_interactions: ^0.0.20" to clipboard
discord_interactions: ^0.0.20 copied to clipboard

A webhook-based Discord Interactions client. Made with serverless deployment in mind.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add discord_interactions

With Flutter:

 $ flutter pub add discord_interactions

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

dependencies:
  discord_interactions: ^0.0.20

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_interactions/discord_interactions.dart';
9
likes
140
pub points
20%
popularity

Publisher

verified publisherrexios.dev

A webhook-based Discord Interactions client. Made with serverless deployment in mind.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, convert, dio, dio_response_validator, json_annotation, pinenacl

More

Packages that depend on discord_interactions