This repository has been archived on 2024-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
discord-dart/README.md

23 lines
794 B
Markdown
Raw Permalink Normal View History

2023-07-24 18:20:51 +02:00
# discord.dart
2023-08-08 16:59:38 +02:00
[![Pub](https://img.shields.io/pub/v/tn_discord?color=red&logo=dart)](https://github.com/ThunderNetworkRaD/discord-dart)
2023-07-31 13:28:57 +02:00
2023-08-08 16:59:38 +02:00
⚠️ We don't have tested on Flutter & on Web.
2023-08-11 22:20:30 +02:00
2023-08-08 16:59:38 +02:00
⚠️ This package is work in progress.
2023-08-04 19:19:21 +02:00
2023-08-11 22:20:30 +02:00
## Package Versions
How we use package versions?
a.b.c-d
- a: Big Relase, Rewrites, etc
- b: Small Relase, Small Features, like add a class
- c: Bug Fixes, Template Fixes, Documentation Updates
- d: Beta or Relase Number
2023-08-04 19:19:21 +02:00
## Credits
We took inspiration from [discord.js](https://github.com/discordjs/discord.js) and [Grapes-discord.grapes](https://github.com/BlackdestinyXX/Grapes-discord.grapes).
### Packages
- [http](https://pub.dev/packages/http) by dart.dev (BSD-3-Clause)
- [events-emitter](https://pub.dev/packages/events_emitter) by drafakiller.com (MIT)