Error: Not found: 'dart:ui' import 'dart:ui' show lerpDouble; ^
# In Android studio in the run dropdown you
1. select Edit Configurations
2. Press the + button and select Flutter test
3. Make sure the Test scope is All in file and point it at your test file. You can now run the individual test file and also debug it in android studio by selecting this configuration in the run drop-down.
@Aks