File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11import 'package:flutter/material.dart' ;
22import 'package:flutter/services.dart' ;
33import '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
Original file line number Diff line number Diff line change 33
44import 'package:flutter/material.dart' ;
55import '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' ;
611import '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.
You can’t perform that action at this time.
0 commit comments