Flutter Test Custom Matchers

Fred Grott
5 min readOct 25, 2021

One of the skills in testing Flutter applications is implementing custom matchers. Let me show you how to write a custom matcher for testing Flutter Applications. This time, the sample code is in the gtdd_four subfolder of the gtdd folder of this repo:

--

--