Skip to content

Commit 83e68f0

Browse files
committed
refactor(authentication): add dart:async import for future use
- Import dart:async library in request_code_page.dart - Prepare for potential future implementations that may require Timer or Future functionalities
1 parent 35e3e28 commit 83e68f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/authentication/view/request_code_page.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
//
22
// ignore_for_file: lines_longer_than_80_chars
33

4+
import 'dart:async';
5+
46
import 'package:flutter/material.dart';
57
import 'package:flutter_bloc/flutter_bloc.dart';
68
import 'package:flutter_news_app_web_dashboard_full_source_code/app/bloc/app_bloc.dart';

0 commit comments

Comments
 (0)