🐛 Fix route bug

This commit is contained in:
2026-01-02 16:59:46 +08:00
parent 84f5677260
commit 8c1ad94555
64 changed files with 335 additions and 351 deletions

View File

@@ -10,7 +10,7 @@ part of 'post_featured.dart';
// ignore_for_file: type=lint, type=warning
@ProviderFor(featuredPosts)
const featuredPostsProvider = FeaturedPostsProvider._();
final featuredPostsProvider = FeaturedPostsProvider._();
final class FeaturedPostsProvider
extends
@@ -20,7 +20,7 @@ final class FeaturedPostsProvider
FutureOr<List<SnPost>>
>
with $FutureModifier<List<SnPost>>, $FutureProvider<List<SnPost>> {
const FeaturedPostsProvider._()
FeaturedPostsProvider._()
: super(
from: null,
argument: null,