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

Added native implementation to retrieve system theme. #7

Closed
wants to merge 3 commits into from
Closed

Added native implementation to retrieve system theme. #7

wants to merge 3 commits into from

Conversation

alexmercerind
Copy link

@alexmercerind alexmercerind commented Mar 31, 2021

  • Package now has plugin interface for Windows added using command:
    • flutter create --template=plugin --platforms=windows --org com.bdlukaa .
  • Added SystemTheme class with darkMode and accentColor attributes to access system theme mode & accent colors state. (Also, AccentColor class)
  • Code is formatted using flutter dartfmt ..
  • This is not a breaking change. I didn't import it to example, you're free to make changes to Dart code the way you want.
  • Functionality of added methods/classes is checked.
  • The used dependency is not included inside package, but fetched directly on developer's machine through CMake.

Thankyou.

@alexmercerind
Copy link
Author

Dismissed by system_theme.

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.

1 participant