You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.
ios now supports a dark mode , android already has had this for a while.
We should be able to read this and change our splash screen and registration flows to darker tones.
For material app, flutter supports a dark theme like this
ios now supports a dark mode , android already has had this for a while.
We should be able to read this and change our splash screen and registration flows to darker tones.
For material app, flutter supports a dark theme like this
Theres some ongoing work around some Cupertino widgets though
flutter/flutter#39685
flutter/flutter#33873
Would require us to set dark/light theme across all the steps of the registration / forgot password / sign up / login flows.
Use a dark splash image on the splash screen.
Also the default theme when logging into the app should be a dark one if phone is in dark mode and there is no stored theme in the storage.
The text was updated successfully, but these errors were encountered: