trilliumlab / forest-park-reports-app

A hazard-tracking app for Forest Park, Portland
MIT License
1 stars 1 forks source link

Feature/settings #14

Closed elliotnash closed 4 months ago

elliotnash commented 4 months ago

Adds a settings page with cupertino + material support. Right now this includes

  1. Color Theme (system/light/dark)
  2. Retina mode (renders tiles from a higher zoom level; performance can take a hit as it renders 4x the number of tiles)
  3. Reset database - useful for testing

Note: UI Theme setting is currently broken due to an issue with system theme not working with a custom UI Theme (appears to be a flutter_platform_widgets bug).