Skip to content

Commit a27f82c

Browse files
committed
chore: switch app environment from development to demo
- Changed the appEnvironment constant from AppEnvironment.development to AppEnvironment.demo in the main.dart file. - This modification affects the application configuration and may impact the data displayed to users.
1 parent 1ed4a50 commit a27f82c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import 'package:flutter_news_app_mobile_client_full_source_code/app/services/spl
66
import 'package:flutter_news_app_mobile_client_full_source_code/bootstrap.dart';
77

88
// Define the current application environment (production/development/demo).
9-
const appEnvironment = AppEnvironment.development;
9+
const appEnvironment = AppEnvironment.demo;
1010

1111
void main() async {
1212
final appConfig = switch (appEnvironment) {

0 commit comments

Comments
 (0)