refactor: map query

This commit is contained in:
wuzihao051119 2025-07-16 17:28:01 +08:00 committed by mertalev
parent d308d023c2
commit 5d722eef98
No known key found for this signature in database
GPG key ID: DF6ABC77AAD98C95
5 changed files with 78 additions and 51 deletions

View file

@ -19,7 +19,7 @@ class MapBottomSheet extends ConsumerWidget {
return ProviderScope(
overrides: [
// TODO: refactor (timeline): when ProviderScope changed, we should refresh timeline
// TODO: when ProviderScope changed, we should refresh timeline
timelineServiceProvider.overrideWith((ref) {
final timelineService =
ref.watch(timelineFactoryProvider).map(bounds);