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
2.0.1 - 2023-09-11 #
- Updating dependencies to latest version
- Updating example to be up-to-date
- Fixing dart analysis issues
2.0.0+3 - 2022-09-27 #
- Updating status badge to Codemagic
2.0.0+2 - 2022-09-27 #
- Removing old, unused travis dependencies
2.0.0+1 - 2022-08-22 #
- Fixing up the README for more pub points
2.0.0 - 2022-08-22 #
- Updating to be compatible with dart 2 and nullsafety
0.0.2 - 2018-02-24 #
- No functionality changes. This was all aesthetic.
- Formatting all the dart code using dartfmt
- Getting everything set up to integrate with travis-ci
0.0.1 - 2018-02-24 #
- First implementation of mock functionality