-
Notifications
You must be signed in to change notification settings - Fork 77
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
Use the wear_plus plugin instead #33
Comments
@Rexios80
|
Do not depend on both plugins. wear_plus is a drop in replacement for the wear plugin |
If you aren't depending on both, the issue is probably that you need to call WidgetsFlutterBinding.ensureInitialized() first |
Ambient mode is when the screen is "inactive" but still on. If you play with the example app and the hand cover gesture this should become obvious. |
I know. I only use one of them at a time. not both |
I added this before. but still not working. |
thanks |
Does the example app work? |
Unfortunately not. |
The wear_plus example app works as expected for me. Please create an issue in the wear_plus repo with more information. https://github.com/Rexios80/wear_plus |
I tried to create issue in your repo. but I cant find any way to do that(there is not issue tab in repo). |
Issues are disabled by default in forked repos, my bad. Please try now. |
@Rexios80 thank you so much for doing this! I've just got started with Flutter and was battling with getting this repo to work, yours worked perfectly without needing to modify the project beyond adding the plugin 😄 |
I've been unofficially maintaining this plugin for myself and partners for the past 2 years. Since no one is responding to issues in this repository, I have released wear_plus with the necessary changes to be compatible with a modern Flutter application.
The text was updated successfully, but these errors were encountered: