clragon / swan

bring elegance to your flutter discussions
https://discord.gg/rflutterdev
MIT License
3 stars 0 forks source link

Use Gist instead of Pastebin, encouraging the use of DartPad #24

Open brainwo opened 3 months ago

brainwo commented 3 months ago

This will allow the bot to generate Dartpad links, replacing the already existed .paste command.

Dartpad compatible files will met these below criteria:

  1. Is a single self-contained main.dart file.
  2. Has a main() function.
  3. Only import supported packages. List of supported package in Dartpad: https://github.com/dart-lang/dart-pad/wiki/Package-and-plugin-support#currently-supported-packages.

Additional ideas: