fix: add some minor improvements and fix release builds

This commit is contained in:
Alberto Ponces
2022-08-14 03:07:28 +01:00
parent 70a50c7177
commit 2cd9f99aa3
13 changed files with 169 additions and 146 deletions

View File

@ -23,15 +23,6 @@ class HomeView extends StatelessWidget {
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Align(
alignment: Alignment.topRight,
child: IconButton(
onPressed: () => {},
icon: const Icon(
Icons.more_vert,
),
),
),
const SizedBox(height: 60),
I18nText(
'homeView.widgetTitle',