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!
this would be centralized though. (but then, perhaps it doesn't have to be the only way)
the issue that arises then is, what would I use to store this data, and how do I make it secure?