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
docs(README): update app name and environment note
- Change app name from "Flutter News App Toolkit" to "Flutter News App Dashboard"
- Update environment note to clarify backend service is needed for both development and production
# Flutter News App - Web Dashboard Full Source Code
5
5
@@ -102,7 +102,7 @@ Get started for free and purchase when you're ready to launch!
102
102
```bash
103
103
flutter run -d chrome
104
104
```
105
-
*(Note: For `development` environment, ensure the [backend service](https://github.com/flutter-news-app-full-source-code/flutter-news-app-api-server-full-source-code) is running.)*
105
+
*(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