rework-app #54

Open
alexis wants to merge 18 commits from rework-app into dev
Showing only changes of commit 1a020bbbd8 - Show all commits

View File

@ -1,8 +1,6 @@
import 'package:flutter/material.dart';
import '../contacts/contact_state.dart';
import '../contacts/widgets/alphabet_scroll_page.dart';
import '../../common/widgets/loading_indicator.dart';
import '../../../domain/services/obfuscate_service.dart';
class ContactPage extends StatefulWidget {
const ContactPage({super.key});
@ -12,7 +10,6 @@ class ContactPage extends StatefulWidget {
}
class _ContactPageState extends State<ContactPage> {
final ObfuscateService _obfuscateService = ObfuscateService();
@override
Widget build(BuildContext context) {