Update bootstrap command in CONTRIBUTION.md

Removed the 'enable-experiment=records,patterns' option from the build_runner command.
This commit is contained in:
Kingkor Roy Tirtho 2025-09-08 20:04:56 +06:00 committed by GitHub
parent c15571cd04
commit f4e45bfb45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -138,7 +138,7 @@ Do the following:
- Create a `.env` in root of the project following the `.env.example` template - Create a `.env` in root of the project following the `.env.example` template
- Now run the following to bootstrap the project - Now run the following to bootstrap the project
```bash ```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 - Finally run these following commands in the root of the project to start the Spotube Locally
```bash ```bash