Featherdactyl is intended to be an app for Pterodactyl Panel made in Flutter. More than that, its intended to add features to any panel without modifications, and for those features that need modifications; it will be done sanely.
- How should logging in to Feather work?
- url + api key? url + user + pass?
- save session as api key or cookies?
- Human Readable Crontab like crontab.guru? any pub.dev package for this? forced to use js package? update: TekExplorer/dart_human_crontab
- Theme System? How should it work?
- Addon System? How should this work???
- ?
- ?
- ? Present your ideas below!
I had been thinking of using a JSON/YAML file on the server-side that feather might pull and use for the theme.
Keep in mind that flutter doesn't really use CSS
More ideas! (I'm not saying we can't do CSS, (there might be a package that will parse it) just that I want to see more options. some might be better than others)