Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Dark theme and toggle #15

Open
PatHock opened this issue Jul 7, 2018 · 0 comments
Open

Implement Dark theme and toggle #15

PatHock opened this issue Jul 7, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request priority-low stuff that's not too important size-medium Two to three days. view anything visual on the screen
Projects
Milestone

Comments

@PatHock
Copy link
Collaborator

PatHock commented Jul 7, 2018

End goal

Toggle between an app-wide eyeball-laser-blast white background theme and a dark theme, preferably with a completely black background. This toggle could be in the settings view.

Relevant Info/Links

https://flutter.io/cookbook/design/themes/
Themes can be applied to MaterialApp objects.

Your Code

Example code from the link above:

MaterialApp(
  title: title,
  theme: ThemeData(
    brightness: Brightness.dark,
    primaryColor: Colors.lightBlue[800],
    accentColor: Colors.cyan[600],
  ),
);
@PatHock PatHock added enhancement New feature or request view anything visual on the screen size-medium Two to three days. priority-low stuff that's not too important labels Jul 7, 2018
@PatHock PatHock added this to the Completed App milestone Jul 7, 2018
@PatHock PatHock added this to To do in Sprint 2 via automation Jul 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority-low stuff that's not too important size-medium Two to three days. view anything visual on the screen
Projects
Sprint 2
  
To do
Development

No branches or pull requests

2 participants