upgrade deps and regenerate providers

This commit is contained in:
Fabian Freund
2026-01-01 10:48:59 +01:00
parent e9a6154158
commit 8848bd5d09
90 changed files with 499 additions and 585 deletions
@@ -10,7 +10,7 @@ part of 'sharing_intent.dart';
// ignore_for_file: type=lint, type=warning
@ProviderFor(sharingIntentStream)
const sharingIntentStreamProvider = SharingIntentStreamProvider._();
final sharingIntentStreamProvider = SharingIntentStreamProvider._();
final class SharingIntentStreamProvider
extends
@@ -20,7 +20,7 @@ final class SharingIntentStreamProvider
Raw<Stream<ReceivedIntentParameter>>
>
with $Provider<Raw<Stream<ReceivedIntentParameter>>> {
const SharingIntentStreamProvider._()
SharingIntentStreamProvider._()
: super(
from: null,
argument: null,