SoftWyer
SoftWyer
## Bug report When querying the database with a reference that contains four children, the data returned under iOS returns a snapshot from the first three children, not the fourth...
This project has been abandoned, I believe. No action from the plugin author for 2 years, lots of issues and outstanding pull requests.
In the `waitUntilTypeExistsStep` ([here](https://github.com/jonsamwell/flutter_gherkin/blob/integration_test__package_support/lib/src/flutter/steps/wait_until_type_exists_step.dart)) the expectation is that a `String` parameter is converted into a `Type`. However, without reflection, this will not be possible and the code fails with an...