IntlMixin mixin

Mixin for work with intl generation.

Mixin Applications

Properties

flutter → FlutterCmd
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

Methods

extractLocalization(L10nConfig l10nConfig) Future<void>
generateLocalization(L10nConfig l10nConfig) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
runIntl(String cmd, List<String> arguments, {String? workingDir, bool prependWithPubGet = false}) Future<ProcessResult>
runIntlOrFail(String cmd, List<String> arguments, {bool printStdOut = true, String? workingDir, bool prependWithPubGet = false}) Future<ProcessResult>
toString() String
A string representation of this object.
inherited

Operators

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