An introduction to widget testing

cookbook

By Flutter

local_offer Tags
Cookbook article

In the introduction to unit testing recipe, you learned how to test Dart classes using the test package. To test widget classes, you need a few additional tools provided by the flutter_test package, which ships with the Flutter SDK.