From e0986947e8e702bf366e253f21ff4b90e91e5f78 Mon Sep 17 00:00:00 2001 From: Mohit Tiwari <65406090+mmjsmohit@users.noreply.github.com> Date: Mon, 22 May 2023 09:27:56 +0530 Subject: [PATCH] Update CONTRIBUTING.md I added instructions to avoid the invalid Dart Package name error occurring when the project is run for the first time after cloning. It caused the invalid name "api-dash," with which the machine creates the repository by default. --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 37ef2bd0..5781bd3a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -80,6 +80,7 @@ You can contribute by adding missing/new tests for: ``` flutter run --enable-experiment=records ``` +**NOTE**: You may encounter an invalid Dart Package name error. Remember to rename the project's parent directory to something other than the default "api-dash," as it is not a valid Dart Package name. ### How to run tests?