Testing
To run tests for the solution, run the following command in project home directory
flutter test
And if you would like code coverage generated
flutter test --coverage
This will generate a ${lcov.info}
file.
To run tests for the solution, run the following command in project home directory
flutter test
And if you would like code coverage generated
flutter test --coverage
This will generate a ${lcov.info}
file.