Increment versionCode (#1098) + ran 'dart fix'

This commit is contained in:
Imran Remtulla
2023-11-19 16:02:16 -05:00
parent 45212c699f
commit 367e740a9c
7 changed files with 34 additions and 52 deletions

View File

@@ -440,7 +440,7 @@ class _ImportExportPageState extends State<ImportExportPage> {
child: Text(
tr('searchX', args: [source.name])))
]))
.toList(),
,
...sourceProvider.massUrlSources
.map((source) => Column(
crossAxisAlignment:
@@ -456,7 +456,7 @@ class _ImportExportPageState extends State<ImportExportPage> {
child: Text(
tr('importX', args: [source.name])))
]))
.toList(),
,
const Spacer(),
const Divider(
height: 32,
@@ -518,7 +518,7 @@ class _ImportErrorDialogState extends State<ImportErrorDialog> {
style: const TextStyle(fontStyle: FontStyle.italic),
)
]);
}).toList()
})
]),
actions: [
TextButton(