You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,13 +101,13 @@ Get started for free and purchase when you're ready to launch!
101
101
// Use `AppEnvironment.development` to connect to a local backend API.
102
102
// Use `AppEnvironment.production` to connect to a live backend API.
103
103
const appEnvironment = AppEnvironment.demo;
104
-
```
104
+
```
105
105
106
-
Then, run the app from your terminal:
107
-
```bash
108
-
flutter run
109
-
```
110
-
*(Note: For `development/production` environment, ensure the [backend service](https://github.com/flutter-news-app-full-source-code/flutter-news-app-api-server-full-source-code) is running.)*
106
+
Then, run the app from your terminal:
107
+
```bash
108
+
flutter run -d chrome
109
+
```
110
+
*(Note: For `development/production` environment, ensure the [backend service](https://github.com/flutter-news-app-full-source-code/flutter-news-app-api-server-full-source-code) is running.)*
0 commit comments