File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ Enhancement suggestions are tracked as [GitHub issues](https://github.com/KRTirt
119
119
120
120
Do the following:
121
121
122
- - Download the latest Flutter SDK (>=3.16.0) & enable desktop support
122
+ - Install [ Dart ] ( https://dart.dev/get-dart ) and [ fvm ] ( https://fvm.app/documentation/getting-started/installation )
123
123
- Install Development dependencies in linux
124
124
- Debian (>=12/Bookworm)/Ubuntu
125
125
``` bash
@@ -138,11 +138,11 @@ Do the following:
138
138
- Create a ` .env` in root of the project following the ` .env.example` template
139
139
- Now run the following to bootstrap the project
140
140
` ` ` bash
141
- flutter pub get && dart run build_runner build --delete-conflicting-outputs --enable-experiment=records,patterns
141
+ fvm flutter pub get && fvm dart run build_runner build --delete-conflicting-outputs --enable-experiment=records,patterns
142
142
` ` `
143
143
- Finally run these following commands in the root of the project to start the Spotube Locally
144
144
` ` ` bash
145
- flutter run -d < window| macos| linux| (< android-device-id> )>
145
+ fvm flutter run -d < window| macos| linux| (< android-device-id> )>
146
146
` ` `
147
147
148
148
Do debugging/testing/build etc then submit to us with PR against the development branch (dev) & we' ll review your code
You can’t perform that action at this time.
0 commit comments