From f4e45bfb458a9f7a2da2e832b70ac716f42da3eb Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Mon, 8 Sep 2025 20:04:56 +0600 Subject: [PATCH] Update bootstrap command in CONTRIBUTION.md Removed the 'enable-experiment=records,patterns' option from the build_runner command. --- CONTRIBUTION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md index d6e2eafa..db77a5f1 100644 --- a/CONTRIBUTION.md +++ b/CONTRIBUTION.md @@ -138,7 +138,7 @@ Do the following: - Create a `.env` in root of the project following the `.env.example` template - Now run the following to bootstrap the project ```bash - fvm flutter pub get && fvm dart run build_runner build --delete-conflicting-outputs --enable-experiment=records,patterns + fvm flutter pub get && fvm dart run build_runner build --delete-conflicting-outputs ``` - Finally run these following commands in the root of the project to start the Spotube Locally ```bash