I'm trying to test Flutter platform Channel, but failed to pass the test cases because of Missing Plugin Exception. How can you unit test Flutter platform channel by flutter test
?
Asked
Active
Viewed 1,843 times
1

Jidong Chen
- 450
- 6
- 9
-
You can simply mock the platform channel for now. – nonybrighto Sep 21 '18 at 06:06
-
1Any instructions? – Jidong Chen Sep 21 '18 at 06:16
-
nah, but I found this. https://stackoverflow.com/questions/43897734/how-can-i-mock-stub-out-a-flutter-platform-channel-plugin . You can give it a try and see if it helps – nonybrighto Sep 21 '18 at 07:24