style: apply analyzer lint fixes across lib

Initializing formals, unawaited() on fire-and-forget futures, unused
import removal, wildcard params, and mounted vs context.mounted.
This commit is contained in:
edde746
2026-07-06 15:56:56 +02:00
parent 49d4b433a7
commit ef75887504
18 changed files with 23 additions and 44 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ mixin PaginatedItemLoader<T, W extends StatefulWidget> on State<W> {
/// Hook fired after each successful page merge. Default: no-op.
/// Override for image prefetch, syncing a base-class `items` list, etc.
void onPageLoaded(int _, List<T> __) {}
void onPageLoaded(int _, List<T> _) {}
/// Synchronously clear pagination state and bump the generation counter.
/// Call from inside the subclass's `setState` before awaiting