ChuckerFlutter class

ChuckerFlutter is a helper class to initialize the library

chuckerButton and notifications only be visible in debug mode

Constructors

ChuckerFlutter()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Properties

chuckerButton Widget
ChuckerButton can be placed anywhere in the UI to open Chucker Screen
final
isDebugMode bool
isDebugMode A wrapper of Flutter's kDebugMode constant
getter/setter pair
navigatorObserver observes the navigation of your app. It must be referenced in your MaterialApp widget
final
showNotification bool
showNotification decides whether to show in app notification or not By default its value is true
getter/setter pair
showOnRelease bool
showOnRelease decides whether to allow Chucker Flutter working in release mode or not. By default its value is false
getter/setter pair

Static Methods

showChuckerScreen() → void
showChuckerScreen navigates to the chucker home screen