-
Notifications
You must be signed in to change notification settings - Fork 3
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
Multiple provider / widget support #6
Comments
What need to be done:
|
Another option to try is to use another activity similar to how we handle this in Android. This activity should return the appropriate widget id and layout name when flutter engine is ready. NOTE: not sure if using multiple activity will have any effect on the flutter app since each activity call the same flutter app. |
Update:
with this implementation theoretically we can support widget with different layout without much works. |
to be verify in v0.4.0 |
Currently multiple widget of the same provider works just fine. This is to support multiple widget types on Android.
The text was updated successfully, but these errors were encountered: