UniversalTranslatorInit class

Inheritance

Constructors

UniversalTranslatorInit(String path, {required Widget builder(), required Map<String, dynamic> bodyPattern(String originalText, Locale translateTo), required String? responsePattern(Response response), Map<String, dynamic>? headers, bool? automaticDetection, Locale? translateTo, Duration cacheDuration = const Duration(days: 7), bool forceRefresh = false, HttpMethod method = HttpMethod.post})
const

Properties

automaticDetection bool?
Turn this true in case you don't know the target device language.
final
bodyPattern Map<String, dynamic> Function(String originalText, Locale translateTo)
The pattern that will be sended to make the request, originalText in this case is the text that will be translated translateTo is the language defined in the parameter above or the detected phone language, in case automaticDetection is set to true
final
builder Widget Function()
The ancestor of all the text to translate.
final
cacheDuration Duration
The duration of the Translate Api cache
final
forceRefresh bool
Forces the connection to refresh and erases the cache data
final
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, dynamic>?
The header to make the API access.
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
method HttpMethod
The accepted HTTP method.
final
path String
The path of the desired API.
final
responsePattern String? Function(Response response)
The pattern that will be received from the API, this must be trated and returned as a translated String? to be used normally
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
translateTo Locale?
The language in which the text should appear
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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