Skip to content

Commit aaa4511

Browse files
committed
📝 add Header
1 parent 1a8c12a commit aaa4511

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

lib/common/helpers/is_dark_mode.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* @ Author: Flutter Journey 🎯 <[email protected]>
3+
* @ Created: 2024-12-11 07:31:40
4+
* @ Message: You look very hardworking 👨‍💻. Keep focusing on your goals. 🌤️
5+
*/
6+
17
import 'package:flutter/material.dart';
28

39
extension DarkMode on BuildContext {

lib/core/configs/assets/app_images.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* @ Author: Flutter Journey 🎯 <[email protected]>
3+
* @ Created: 2024-12-11 07:31:40
4+
* @ Message: You look very hardworking 👨‍💻. Keep focusing on your goals. 🌤️
5+
*/
6+
17
class AppImages {
28
static const String basePath = "assets/images/";
39

0 commit comments

Comments
 (0)