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

@@ -486,7 +486,7 @@ class _AddAppPageState extends State<AddAppPage> {
: TextDecoration.none,
fontStyle: FontStyle.italic),
)))
.toList()
]);
return Scaffold(

View File

@@ -503,7 +503,7 @@ class AppsPageState extends State<AppsPage> {
.entries
.map((e) =>
((e.key / (listedApps[index].app.categories.length - 1))))
.toList(),
,
1
];
if (stops.length == 2) {
@@ -522,7 +522,7 @@ class AppsPageState extends State<AppsPage> {
.map((e) =>
Color(settingsProvider.categories[e] ?? transparent)
.withAlpha(255))
.toList(),
,
Color(transparent)
])),
child: ListTile(
@@ -984,7 +984,7 @@ class AppsPageState extends State<AppsPage> {
...sourceProvider.sources
.map((e) =>
MapEntry(e.runtimeType.toString(), e.name))
.toList()
])
]
],

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(