You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the test cases of a class fails where the setAppGroupId function is called for home_widget.
MissingPluginException(No implementation found for method setAppGroupId on channel home_widget)
This test failed after it had already completed.
Make sure to use a matching library which informs the test runner
of pending async work.
package:flutter/src/services/platform_channel.dart 332:7
Proposal
Adding injectable class so that mock object can be injected to the class where HomeWidget is used
More information
No response
Which Platform would be improved?
Android, iOS
Other
Are you interested in working on a PR for this?
The text was updated successfully, but these errors were encountered:
Problem to solve
All the test cases of a class fails where the setAppGroupId function is called for home_widget.
Proposal
Adding injectable class so that mock object can be injected to the class where HomeWidget is used
More information
No response
Which Platform would be improved?
Android, iOS
Other
The text was updated successfully, but these errors were encountered: