Initial commit
This commit is contained in:
30
lib/presentation/calendar/calendar_controller.g.dart
Normal file
30
lib/presentation/calendar/calendar_controller.g.dart
Normal file
@@ -0,0 +1,30 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
part of 'calendar_controller.dart';
|
||||
|
||||
// **************************************************************************
|
||||
// RiverpodGenerator
|
||||
// **************************************************************************
|
||||
|
||||
String _$calendarControllerHash() =>
|
||||
r'747a59ba47bf4d1b6a66e3bcc82276e4ad81eb1a';
|
||||
|
||||
/// See also [CalendarController].
|
||||
@ProviderFor(CalendarController)
|
||||
final calendarControllerProvider =
|
||||
AutoDisposeAsyncNotifierProvider<
|
||||
CalendarController,
|
||||
CalendarState
|
||||
>.internal(
|
||||
CalendarController.new,
|
||||
name: r'calendarControllerProvider',
|
||||
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
||||
? null
|
||||
: _$calendarControllerHash,
|
||||
dependencies: null,
|
||||
allTransitiveDependencies: null,
|
||||
);
|
||||
|
||||
typedef _$CalendarController = AutoDisposeAsyncNotifier<CalendarState>;
|
||||
// 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
|
||||
Reference in New Issue
Block a user