Skip to content

Commit cc15ac7

Browse files
committed
style(dart): organize imports for consistency
- Reorder imports to follow Dart guidelines - Add missing 'package:flutter/foundation.dart' import
1 parent b8a4d65 commit cc15ac7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/app/config/app_config.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
import 'package:flutter_news_app_mobile_client_full_source_code/app/config/app_environment.dart';
21
import 'dart:io' show Platform;
32

3+
import 'package:flutter_news_app_mobile_client_full_source_code/app/config/app_environment.dart';
4+
45
/// {@template app_config}
56
/// A centralized configuration class that provides all necessary
67
/// environment-specific variables for the application.

0 commit comments

Comments
 (0)