Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -34,4 +34,4 @@ Alternatively, you can also use `git pull-request` via [GitHub hub](https://hub. | @@ -34,4 +34,4 @@ Alternatively, you can also use `git pull-request` via [GitHub hub](https://hub. | ||
| 34 | * It is probably easier for you to run the integration tests for the plugin locally using `flutter drive --target=test_driver/app.dart` in the `example` directory before opening a pull request (CI also runs the integration tests). | 34 | * It is probably easier for you to run the integration tests for the plugin locally using `flutter drive --target=test_driver/app.dart` in the `example` directory before opening a pull request (CI also runs the integration tests). |
| 35 | This way you can ensure that any changes you have made work properly. Furthermore, you might also want to add some tests if you implement new functionality. | 35 | This way you can ensure that any changes you have made work properly. Furthermore, you might also want to add some tests if you implement new functionality. |
| 36 | 36 | ||
| 37 | - * You should also run `flutter format . --fix` in the root directory and make sure that `flutter analyze` does not report any errors. | ||
| 37 | + * You should also run `flutter format lib example --fix` in the root directory and make sure that `flutter analyze` does not report any errors. |
-
Please register or login to post a comment