Initial commit

This commit is contained in:
Kazimierz Ciołek
2026-02-19 02:49:29 +01:00
commit 782986a632
148 changed files with 29230 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'analysis_controller.dart';
// **************************************************************************
// RiverpodGenerator
// **************************************************************************
String _$analysisControllerHash() =>
r'855d4ab55b8dc398e10c19d0ed245a60f104feed';
/// See also [AnalysisController].
@ProviderFor(AnalysisController)
final analysisControllerProvider =
AutoDisposeAsyncNotifierProvider<
AnalysisController,
AnalysisState
>.internal(
AnalysisController.new,
name: r'analysisControllerProvider',
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
? null
: _$analysisControllerHash,
dependencies: null,
allTransitiveDependencies: null,
);
typedef _$AnalysisController = AutoDisposeAsyncNotifier<AnalysisState>;
// 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