Skip to content

[SUGGESTION]: Support for darkmode #344

@wizlif

Description

@wizlif

Currently the app theming is using manually set colours from constants.dart, meaning the app looks the same both in light mode and dark mode. This is a bad practice as it doesn't use flutter's inbuilt theming through Theme.of(context).

We can migrate coloring to base on Flutter's theming by using the inbuilt colorSchemes to pass colours around and retire use of colours in contants.dart. This would also come in handy incase we need to support dark mode.

We wouldn't necessarily use FlutterColorSchemes but setup our own colour schemes.

Flutter Theming, Pair Programming with Author of Flex_Color_Scheme! 32+ color schemes in one app!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions