riverpod_testing_library 0.1.6
riverpod_testing_library: ^0.1.6 copied to clipboard
A testing library which makes it easy to test providers. Built to be used with the riverpod package.
Changelog #
0.1.6 - 2023-04-24 #
- refactor: change providerTest return type to void
0.1.5 - 2023-04-24 #
- fix: update and move dependencies
0.1.4 - 2023-04-23 #
- doc: fix code coverage badge link
0.1.3 - 2023-04-23 #
- doc: update readme
0.1.2 - 2023-04-23 #
- doc: update readme
0.1.1 - 2023-04-23 #
- feat: update minimum Dart version to 2.17
- doc: update code doc
- doc: update readme
0.1.0 - 2023-04-23 #
- feat: add providerTest test utility