Skip to content

Commit c616421

Browse files
committed
refactor(authentication): update package imports to flutter_news_app_web_dashboard_full_source_code
- Replace 'ht_dashboard' package imports with 'flutter_news_app_web_dashboard_full_source_code' - Update 'ht_ui_kit' to 'ui_kit' - Apply consistent package import structure across multiple files
1 parent 736ce0b commit c616421

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

lib/authentication/view/email_code_verification_page.dart

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import 'package:flutter/material.dart';
22
import 'package:flutter/services.dart';
33
import 'package:flutter_bloc/flutter_bloc.dart';
4-
import 'package:ht_dashboard/app/bloc/app_bloc.dart';
5-
import 'package:ht_dashboard/app/config/config.dart';
6-
import 'package:ht_dashboard/authentication/bloc/authentication_bloc.dart';
7-
import 'package:ht_dashboard/l10n/l10n.dart';
8-
import 'package:ht_ui_kit/ht_ui_kit.dart';
4+
import 'package:flutter_news_app_web_dashboard_full_source_code/app/bloc/app_bloc.dart';
5+
import 'package:flutter_news_app_web_dashboard_full_source_code/app/config/config.dart';
6+
import 'package:flutter_news_app_web_dashboard_full_source_code/authentication/bloc/authentication_bloc.dart';
7+
import 'package:flutter_news_app_web_dashboard_full_source_code/l10n/l10n.dart';
8+
import 'package:ui_kit/ui_kit.dart';
99

1010
/// {@template email_code_verification_page}
1111
/// Page where the user enters the 6-digit code sent to their email

lib/authentication/view/request_code_page.dart

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
import 'package:flutter/material.dart';
55
import 'package:flutter_bloc/flutter_bloc.dart';
6+
import 'package:flutter_news_app_web_dashboard_full_source_code/app/bloc/app_bloc.dart';
7+
import 'package:flutter_news_app_web_dashboard_full_source_code/app/config/config.dart';
8+
import 'package:flutter_news_app_web_dashboard_full_source_code/authentication/bloc/authentication_bloc.dart';
9+
import 'package:flutter_news_app_web_dashboard_full_source_code/l10n/l10n.dart';
10+
import 'package:flutter_news_app_web_dashboard_full_source_code/router/routes.dart';
611
import 'package:go_router/go_router.dart';
7-
import 'package:ht_dashboard/app/bloc/app_bloc.dart';
8-
import 'package:ht_dashboard/app/config/config.dart';
9-
import 'package:ht_dashboard/authentication/bloc/authentication_bloc.dart';
10-
import 'package:ht_dashboard/l10n/l10n.dart';
11-
import 'package:ht_dashboard/router/routes.dart';
12-
import 'package:ht_ui_kit/ht_ui_kit.dart';
12+
import 'package:ui_kit/ui_kit.dart';
1313

1414
/// {@template request_code_page}
1515
/// Page for initiating the email code sign-in process.

0 commit comments

Comments
 (0)