update onboarding ai features
This commit is contained in:
@@ -5,7 +5,7 @@ part 'onboarding.g.dart';
|
||||
|
||||
@Riverpod(keepAlive: true)
|
||||
class OnboardingRepository extends _$OnboardingRepository {
|
||||
static const targetRevision = 1;
|
||||
static const targetRevision = 2;
|
||||
|
||||
Future<int?> getCurrentRevision() {
|
||||
return ref
|
||||
|
||||
@@ -7,7 +7,7 @@ part of 'onboarding.dart';
|
||||
// **************************************************************************
|
||||
|
||||
String _$onboardingRepositoryHash() =>
|
||||
r'37b76aa313ae6dfed6ab5695b4df8c4a0cfe0483';
|
||||
r'937a5fe08c09cc0475270d3707bfb6f087bcf123';
|
||||
|
||||
/// See also [OnboardingRepository].
|
||||
@ProviderFor(OnboardingRepository)
|
||||
|
||||
Reference in New Issue
Block a user