refactor: remove unused imports and obfuscate service from contact page
This commit is contained in:
parent
918265744e
commit
1a020bbbd8
@ -1,8 +1,6 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import '../contacts/contact_state.dart';
|
import '../contacts/contact_state.dart';
|
||||||
import '../contacts/widgets/alphabet_scroll_page.dart';
|
import '../contacts/widgets/alphabet_scroll_page.dart';
|
||||||
import '../../common/widgets/loading_indicator.dart';
|
|
||||||
import '../../../domain/services/obfuscate_service.dart';
|
|
||||||
|
|
||||||
class ContactPage extends StatefulWidget {
|
class ContactPage extends StatefulWidget {
|
||||||
const ContactPage({super.key});
|
const ContactPage({super.key});
|
||||||
@ -12,7 +10,6 @@ class ContactPage extends StatefulWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class _ContactPageState extends State<ContactPage> {
|
class _ContactPageState extends State<ContactPage> {
|
||||||
final ObfuscateService _obfuscateService = ObfuscateService();
|
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
|
Loading…
Reference in New Issue
Block a user