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 1
1
import 'package:flutter/material.dart' ;
2
2
import 'package:flutter/services.dart' ;
3
3
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' ;
9
9
10
10
/// {@template email_code_verification_page}
11
11
/// Page where the user enters the 6-digit code sent to their email
Original file line number Diff line number Diff line change 3
3
4
4
import 'package:flutter/material.dart' ;
5
5
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' ;
6
11
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' ;
13
13
14
14
/// {@template request_code_page}
15
15
/// Page for initiating the email code sign-in process.
You can’t perform that action at this time.
0 commit comments