channel_mock 2.0.1 channel_mock: ^2.0.1 copied to clipboard
A package to help mock communications channels in Flutter to make unit testing and mocking flutter plugins easier
Channel Mock #
A package to help mock plugin communication channels (MethodChannel
) in Flutter.
This plugin is also available on pub
Getting Started #
Reference the two example dart files to see how to use this package.