This is a Flutter Discord bot created with the Nyxx Library. This bot provides useful resources like docs, pub plugins/packages and API docs, flutterfire docs.
-
@Bot Name
On mentioning the bot will give you the usage of commands embed message.
-
!\<Flutter Command\> help
We have a few Flutter commands and they are listed below
-
!topwidget
- This command will show the top Package/Object you are searching for. -
!allwidgets
- This command will show you all Packages/Objects related to your search. -
!prop
- This will help you with the property you are searching for a particular widget. -
!allprop
- This command will show all the properties of a Package/Object you are searching for.
-
-
!\<Pub Command\> help
We have few pub commands and they are listed below
-
!pub
- This command will give you the top search of the packages if the given command matches with the package. -
!allpub
- This command will show the top 10 Packages results you are searching for.
We also have the
Pubdocs
command that which provides you thePub package's/plugin's
API documentation. -
-
!\<Flutterfire Command\> list
We have a few Flutterfire commands and they are listed below
-
There are some other commands you can explaore by using
@Bot Name support
-
Clone the repository.
git clone https://github.com/yahu1031/FlutterBot.git
-
Create a
.env
file in the project root directory and paste this code given below.BOT_TOKEN=<your bot token> PREFIX=! CLIENT_ID=<ID of the bot OAuth2 client>
Note:
-
Prefix variable is recommended to be
!
. -
The links in the environment variables must not be disturbed.
-
-
Get the dependencies.
dart pub get
-
Run the bot.
dart ./bin/flutter_bot.dart
Minnu
- Github: @yahu1031
- Twitter: @minnu6931
- Instagram: @_son_of_raghava.rao_
Contributions, Issues, and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide. Please don't forget to check Code of Conduct.
Give one βοΈ if this project helped you!
Copyright Β© 2020 minnu.
This project is MIT licensed.
Major changes
NOTHING MUCH
Minor Changes
Added version command
Hidden Commands
Three commands have been hidden from the commands available.
!ask <USER_ID>
!code
- Modified Java JRE and JDK links that are not currently working(22-05-2021).
Click on the bot to add this to your guild. π€
NOTE: By default this bot has Administrator rights. Please do change the rights as you wish after adding it to your guild or use this Permissions Calculator to calculate permissions and add your bot ID to generate an invite link.
- Error command to get a solution for the common errors during flutter installation.
Made with π, From Minnu.
All assets used in this project related to flutter are taken directly from Flutter.dev