feat(contacts): add contacts list and add contact screens

This commit is contained in:
qzl
2026-02-25 11:02:33 +08:00
parent 12b7df42d6
commit 2541e10304
2 changed files with 187 additions and 1 deletions
@@ -53,7 +53,7 @@ class _ContactsScreenState extends State<ContactsScreen> {
body: SafeArea(
child: Column(
children: [
const PageHeader(leading: BackButton()),
widgets.PageHeader(leading: widgets.BackButton()),
Expanded(
child: SingleChildScrollView(
padding: const EdgeInsets.fromLTRB(20, 8, 20, 20),