Writing Widget Test In Flutter
In flutter everything is a widget, and an app is simply a widget made up of other widgets that come together to form a widget tree. Well, these individual widgets can be tested to ensure they behave as expected.
My previous article covered how to wr...
o-ifeanyi.hashnode.dev10 min read