crsdc / badgerapp

Badger Watch: recognise, record and report badger persecution in England and Wales. An app developed with Flutter for Android and iOS.
https://crsdc.github.io/badger/
2 stars 0 forks source link

Dark mode #17

Open crsdc opened 2 years ago

crsdc commented 2 years ago

While technically a nice-to-have rather than something we need, it is likely to be fairly straightforward to implement a mode that switches the entire UI theme into dark background colours with white text etc. This is increasingly a feature of well-designed mobile apps and is especially useful for an app that might be used outside after dark.

This has been mentioned a couple of times and I would like to implement it, so I'm opening an issue to keep track although it's some way down the priority list for now. I implemented persistent user preferences early in alpha testing for a few reasons, but partly with this feature in mind, since it's effectively a prerequisite.

Note the location display screen looks different from the rest of the UI and is inherently in dark mode, by design.