Skip to content

Commit 6f309a9

Browse files
committed
refactor(app): reorganize splash screen remover files and update imports
- Move splash_remover_stub.dart, splash_remover_web.dart, and web_splash.dart into a new splash_screen_remover directory - Rename web_splash.dart to web_splash_remover.dart for consistency - Update import statement in main.dart to reflect the new file structure
1 parent a622ec3 commit 6f309a9

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import 'package:device_preview/device_preview.dart';
2-
import 'package:flutter_news_app_mobile_client_full_source_code/app/services/web_splash.dart';
2+
import 'package:flutter_news_app_mobile_client_full_source_code/app/services/splash_screen_remover/web_splash_remover.dart';
33
import 'package:flutter/foundation.dart';
44
import 'package:flutter/material.dart';
55
import 'package:flutter_news_app_mobile_client_full_source_code/app/config/config.dart';

0 commit comments

Comments
 (0)