FlutterCleanArchitecture class

Constructors

FlutterCleanArchitecture()

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 Methods

debugModeOn() → void
Enables logging inside the FlutterCleanArchitecture package,
getController<Con extends Controller>(BuildContext context, {bool listen = true}) → Con
Retrieves a Controller from the widget tree if one exists Can be used in widgets that exist in pages and need to use the same controller
setDefaultViewBreakpoints({required double desktopBreakpointMinimumWidth, required double tabletBreakpointMinimumWidth, required double watchBreakpointMinimumWidth}) → void
Enable customize default view breakpoints. To do so, just call it before runApp.