✨ Tour and introduce
This commit is contained in:
28
lib/services/tour.g.dart
Normal file
28
lib/services/tour.g.dart
Normal file
@ -0,0 +1,28 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
part of 'tour.dart';
|
||||
|
||||
// **************************************************************************
|
||||
// RiverpodGenerator
|
||||
// **************************************************************************
|
||||
|
||||
String _$tourStatusNotifierHash() =>
|
||||
r'040aac2d7cf6d14e539c1b04cf311421ee133ed3';
|
||||
|
||||
/// See also [TourStatusNotifier].
|
||||
@ProviderFor(TourStatusNotifier)
|
||||
final tourStatusNotifierProvider =
|
||||
AutoDisposeNotifierProvider<TourStatusNotifier, Map<String, bool>>.internal(
|
||||
TourStatusNotifier.new,
|
||||
name: r'tourStatusNotifierProvider',
|
||||
debugGetCreateSourceHash:
|
||||
const bool.fromEnvironment('dart.vm.product')
|
||||
? null
|
||||
: _$tourStatusNotifierHash,
|
||||
dependencies: null,
|
||||
allTransitiveDependencies: null,
|
||||
);
|
||||
|
||||
typedef _$TourStatusNotifier = AutoDisposeNotifier<Map<String, bool>>;
|
||||
// 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