intl_extension 0.2.0 copy "intl_extension: ^0.2.0" to clipboard
intl_extension: ^0.2.0 copied to clipboard

Translations directly from code thanks to string extension, code generation and gen-l10n. Also suitable for monorepos.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add intl_extension

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  intl_extension: ^0.2.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:intl_extension/intl_extension.dart';
3
likes
140
pub points
32%
popularity

Publisher

unverified uploader

Translations directly from code thanks to string extension, code generation and gen-l10n. Also suitable for monorepos.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_localizations, intl, rxdart

More

Packages that depend on intl_extension