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

feat: add colorScheme parameter #42

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

juaoose
Copy link

@juaoose juaoose commented Dec 2, 2022

This PR allows the developers to programmatically change the color scheme of the map, the current behavior is that the map always follows the system (not Flutter's theme Brightness) appearance settings. There is still a bug regarding using the app's Brightness but I figured it can be worked on later, as that is the exact behavior atm.

This could be classified as a fix to #29, although that issue might involve more stuff than just the scheme.

Pre-launch Checklist

  • I updated pubspec.yaml with an appropriate new version according to the [pub versioning philosophy].
  • I updated CHANGELOG.md to add a description of the change.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making if a test is possible.
  • All existing and new tests are passing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants