masteryIntroSeenProvider top-level property

  1. @ProviderFor.new(MasteryIntroSeen)
AutoDisposeAsyncNotifierProviderImpl<MasteryIntroSeen, bool> masteryIntroSeenProvider
final

Whether the user has dismissed the one-time mastery-ladder intro banner shown at the top of TopicTreeScreen. The standalone /onboarding/mastery screen was removed in favour of this contextual banner — the explanation lands the moment the user opens their first domain's topic tree, then never again.

Copied from MasteryIntroSeen.

Implementation

@ProviderFor(MasteryIntroSeen)
final masteryIntroSeenProvider =
    AutoDisposeAsyncNotifierProvider<MasteryIntroSeen, bool>.internal(
      MasteryIntroSeen.new,
      name: r'masteryIntroSeenProvider',
      debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
          ? null
          : _$masteryIntroSeenHash,
      dependencies: null,
      allTransitiveDependencies: null,
    );