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, {bool prependWithPubGet = true, bool printStdOut = true}) → Future< void> -
generateLocalization(
L10nConfig l10nConfig, {bool prependWithPubGet = true, bool printStdOut = true}) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
runIntl(
String cmd, List< String> arguments, {required String? title, String? workingDir, bool prependWithPubGet = false, bool immediatePrintStd = true, bool ignorePubGetOutput = _kDefaultIgnorePubGetOutput}) → Future<ProcessResult> -
runIntlOrFail(
String cmd, List< String> arguments, {required String? title, bool printStdOut = true, bool immediatePrint = true, String? workingDir, bool prependWithPubGet = false, bool ignorePubGetOutput = _kDefaultIgnorePubGetOutput}) → Future<ProcessResult> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited