We already have tests for the android implementation but they are not been run on CI for each PR
Folders and tests
So we have:
lib/: library implementation, the interace that clients use.
tests/: test for the flutter side of the library
android/
What we have tried
We already have tests for the android implementation but they are not been run on CI for each PR
Folders and tests
So we have:
lib/: library implementation, the interace that clients use.tests/: test for the flutter side of the libraryandroid/What we have tried
Run flutter plugin tests, running
flutter testat the root of the project and it runs test/iterable_flutter_test.dart but not android ones.We have seen these docs flutter/wiki/Plugin-Tests, but I still don't figure out how to run them.