1

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?

Jidong Chen
  • 450
  • 6
  • 9

1 Answers1

0

You may want to take a look of this unit test example

Carlos Daniel
  • 2,459
  • 25
  • 30