Update Flutter, packages, increment version

This commit is contained in:
Imran Remtulla
2024-05-16 22:31:21 -04:00
parent 485812d076
commit fbfeaf2a91
8 changed files with 35 additions and 34 deletions

View File

@@ -503,7 +503,7 @@ class AppsPageState extends State<AppsPage> {
);
var transparent =
Theme.of(context).colorScheme.background.withAlpha(0).value;
Theme.of(context).colorScheme.surface.withAlpha(0).value;
List<double> stops = [
...listedApps[index].app.categories.asMap().entries.map(
(e) => ((e.key / (listedApps[index].app.categories.length - 1)))),