discord_bot_flutter 1.1.0
discord_bot_flutter: ^1.1.0 copied to clipboard
A lightweight Dart package to interact with the Discord Bot APIs.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.1.0 - 2026-04-10 #
✨ Added #
- Added support for sending embed messages to Discord channels
- Changed the default constructor to accept
botToken. - Channel ID can now be passed in the direct function instead of global
- Remove test cases
- Added the
very_good_analysisfor proper styling, format and comments
1.0.0 - 2026-03-26 #
✨ Added #
- Initial release of the package
- Ability to send text messages to Discord channels
- Basic integration with Discord Bot API
- Support for environment-based configuration using
--define - Example usage with
String.fromEnvironment
⚠️ Notes #
- This is the first release and includes only core functionality
- API surface may change in future versions
[Unreleased] #
🚧 Planned #
- Embed message support
- File/attachment uploads
- Slash command support
- Interaction handling (buttons, modals)
- Improved error handling and custom exceptions
- Better logging and debugging support
📝 Versioning Guide #
- MAJOR version when you make incompatible API changes
- MINOR version when you add functionality in a backward-compatible manner
- PATCH version when you make backward-compatible bug fixes
🤝 Contributing #
When contributing, please update the Unreleased section with your changes.
Example:
## [Unreleased]
### ✨ Added
- New feature
### 🐛 Fixed
- Bug fix
📌 Notes #
- Dates follow the format:
YYYY-MM-DD - Always move items from Unreleased → new version on release