AliceCore class

Constructors

AliceCore(dynamic _navigatorKey, dynamic showNotification, dynamic showInspectorOnShake, dynamic darkTheme, dynamic notificationIcon)
factory

Properties

brightness Brightness
Get currently used brightness
no setter
callsSubject → BehaviorSubject<List<AliceHttpCall>>
Rx subject which contains all intercepted http calls
final
darkTheme bool
Should inspector use dark theme
final
hashCode int
The hash code for this object.
no setterinherited
isShowedBubble bool
getter/setter pair
notificationIcon String
Icon url for notification
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showInspectorOnShake bool
Should inspector be opened on device shake (works only with physical with sensors)
final
showNotification bool
Should user be notified with notification if there's new request catched by Alice
final

Methods

addCall(AliceHttpCall call) → void
Add alice http call to calls subject
addError(AliceHttpError error, int requestId) → void
Add error to exisng alice http call
addHttpCall(AliceHttpCall aliceHttpCall) → void
Add alice http call to calls subject
addResponse(AliceHttpResponse response, int requestId) → void
Add response to existing alice http call
dispose() → void
Dispose subjects and subscriptions
getContext() BuildContext?
Get context from navigator key. Used to open inspector route.
Opens Http calls inspector. This will navigate user to the new fullscreen page where all listened http calls can be viewed.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeCalls() → void
Remove all calls from calls subject
setNavigatorKey(GlobalKey<NavigatorState> navigatorKey) → void
Set custom navigation key. This will help if there's route library.
showDebugAnimNotification() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited