googlecodelabs / flutter-cupertino-store

Apache License 2.0
136 stars 129 forks source link

Dark Theme issue #28

Closed Abhishek01039 closed 3 years ago

Abhishek01039 commented 3 years ago

If the iPhone has a dark theme by default then it looks like this image

Suggestion: we have to add this line to make it work theme: const CupertinoThemeData(brightness: Brightness.light),

After adding this line it looks like this image

Abhishek01039 commented 3 years ago

Also, I would like to work on it. @domesticmouse

domesticmouse commented 3 years ago

Sgtm, feel free to submit a PR. Thanks!

domesticmouse commented 3 years ago

Whups, please note this is a deprecated repo. Please see https://github.com/flutter/codelabs/tree/master/cupertino_store for the new repo location.

domesticmouse commented 3 years ago

Closing out this issue. Please feel free to re-file on the flutter/flutter issue tracker, and mention @domesticmouse in the bug.