flutter_gherkin icon indicating copy to clipboard operation
flutter_gherkin copied to clipboard

Integration_test package support and null-safety

Open jonsamwell opened this issue 3 years ago • 6 comments

Note that null safety cannot yet be achived in the flutter stable branch due to flutter_driver and integration_test not being null safe themselves see https://github.com/flutter/flutter/issues/71379 & https://github.com/flutter/flutter/issues/80293

jonsamwell avatar May 01 '21 05:05 jonsamwell

This branch doesn't actually run yet due to various null-safety incompatibilities with flutter_driver and integration_test

jonsamwell avatar May 01 '21 05:05 jonsamwell

@tshedor really appreciate your thoughts here!!! I'll go over them in more detail tomorrow, but you are right this does feel like it should be released after null-safety

jonsamwell avatar May 02 '21 08:05 jonsamwell

When do you plan to merge these changes?

joseignacioojeda avatar Feb 01 '22 13:02 joseignacioojeda

@joseignacioojeda I have to find the time to redo the documentation - so feel free to do a PR it would be really apprenticed. I am struggling to find time at the moment.

jonsamwell avatar Feb 01 '22 23:02 jonsamwell

any chance to bump to rc18 on hosted? preferably after #292

vrnvorona avatar May 17 '23 12:05 vrnvorona

Hello @jonsamwell , I would suggest on merging this branch in master. We are utilising this branch from a year now and can say that it's more stable than the version utilising the test_driver. Thank you for your support, Lucian

lsuhov avatar Oct 13 '23 12:10 lsuhov