internationalization 4.0.1 copy "internationalization: ^4.0.1" to clipboard
internationalization: ^4.0.1 copied to clipboard

A project to easily implement internationalization on flutter projects

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add internationalization

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

dependencies:
  internationalization: ^4.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:internationalization/internationalization.dart';
20
likes
40
points
215
downloads

Publisher

unverified uploader

Weekly Downloads

A project to easily implement internationalization on flutter projects

Repository (GitHub)
View/report issues

License

BSD-2-Clause (license)

Dependencies

flutter, flutter_localizations, intl

More

Packages that depend on internationalization