InputController class

Constructors

InputController()

Properties

confirmed Stream<bool>
Get confirmed result stream.
no setter
confirmedInput String
no setter
currentInput ValueNotifier<String>
Get latest input text value.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verifyInput Stream<bool>
Get verify result stream.
no setter

Methods

addCharacter(String input) → void
Add some text at the end and stream it.
clear() → void
Erase all current input.
dispose() Future<void>
Close all streams.
initialize({required int digits, required String? correctString, ValidationCallback? onValidate}) → void
Create each stream.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeCharacter() → void
Remove trailing characters and notify.
setConfirmed() → void
toString() String
A string representation of this object.
inherited
unsetConfirmed() → void

Operators

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