New Way To Do BDD In Flutter Testing

Fred Grott
7 min readOct 26, 2021

Don’t you wish you could do BDD in dart instead of having to learn Gherkin and the pain-in-the-ass set-up that Gherkin requires and brittle state of the Flutter Gherkin projects keeping up with changes in the Flutter framework? Well, there is a better way to do BDD in Flutter Testing; let me show you how.

The sample code is in the gtdd_five subfolder in the gtdd folder in this repo:

--

--