applocale 2.0.1 copy "applocale: ^2.0.1" to clipboard
applocale: ^2.0.1 copied to clipboard

A Flutter plugin to enable support for internationalization (i18n) or different language with json files.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add applocale

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

dependencies:
  applocale: ^2.0.1

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:applocale/applocale.dart';
3
likes
140
points
68
downloads

Publisher

verified publishermarganam.com

Weekly Downloads

A Flutter plugin to enable support for internationalization (i18n) or different language with json files.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

extend, flutter, interpolation, path

More

Packages that depend on applocale