mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Adds "dark mode" support (#317)
* Adds "dark mode" support - Uses adaptive_theme package * CI fixes * More fixes * Update release notes
This commit is contained in:
parent
e7f5141aa9
commit
a3d712d11d
7 changed files with 99 additions and 29 deletions
|
|
@ -7,6 +7,7 @@ environment:
|
|||
sdk: ">=2.16.0 <3.0.0"
|
||||
|
||||
dependencies:
|
||||
adaptive_theme: ^3.2.0 # Theme management (e.g. dark mode)
|
||||
audioplayers: ^3.0.1 # Play audio files
|
||||
cached_network_image: ^3.2.0 # Download and cache remote images
|
||||
camera: ^0.10.3 # Camera
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue