feature: Added update notification and download links per platform (#362)

Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
PartyDonut 2025-06-01 21:36:50 +02:00 committed by GitHub
parent 5ef7936c33
commit 2c71dde228
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 712 additions and 8 deletions

View file

@ -0,0 +1,24 @@
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'update_provider.dart';
// **************************************************************************
// RiverpodGenerator
// **************************************************************************
String _$updateHash() => r'97f7aca4e255d654a9295e1e9e019536faf6455e';
/// See also [Update].
@ProviderFor(Update)
final updateProvider = NotifierProvider<Update, UpdatesModel>.internal(
Update.new,
name: r'updateProvider',
debugGetCreateSourceHash:
const bool.fromEnvironment('dart.vm.product') ? null : _$updateHash,
dependencies: null,
allTransitiveDependencies: null,
);
typedef _$Update = Notifier<UpdatesModel>;
// ignore_for_file: type=lint
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member, deprecated_member_use_from_same_package