clragon / swan

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

fix text detection in pastebin plugin #6

Closed clragon closed 9 months ago

clragon commented 10 months ago

right now, the pastebin plugin uses mime types to detect text files. other files are rejected. this works poorly, as some desired files like pubspec.yml are definitely text and should be uploaded. we have to find some other way to figure out if any given file is a raw text file.