From 5c6abb40ca71331607e9684f42adcae9b1e81363 Mon Sep 17 00:00:00 2001 From: alper-savas <alpersavas1998@gmail.com> Date: Sun, 9 Apr 2023 17:25:48 +0200 Subject: [PATCH] Modify readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 49c532f..f6426cb 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,12 @@ flutter pub get flutter run ``` +When this command is not working for you because a null-safety related error, try to run + +```bash +flutter run --no-sound-null-safety +``` + This will build and launch the app on the connected device or emulator. ## Libraries, Tools & Packages Used -- GitLab