diff --git a/pages/common/flutter.md b/pages/common/flutter.md index 9f131fd70..567626f77 100644 --- a/pages/common/flutter.md +++ b/pages/common/flutter.md @@ -30,3 +30,7 @@ - Run Flutter on all started emulators and connected devices: `flutter run -d all` + +- Run tests in a terminal from the root of the project: + +`flutter test {{test/example_test.dart}}`