AppStateAdapter class abstract
Bridges a state-management framework's changes into the App State
Inspector. The toolkit ships BlocAdapter for bloc/flutter_bloc;
wire up anything else via RecordedStateAdapter.
- Implementers
Constructors
Properties
-
entries
→ List<
AppStateEntry> -
Recorded state changes, oldest first.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
This source's label in the inspector's dropdown (e.g.
'Bloc','Riverpod').no setter - revision → Listenable?
-
Notified whenever entries changes, so the inspector can rebuild as
state flows in. Return null if the underlying source cannot signal
updates — the tab then only refreshes when it is rebuilt for other
reasons.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited