localize 0.0.4 copy "localize: ^0.0.4" to clipboard
localize: ^0.0.4 copied to clipboard

Internationalizing Flutter apps

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add localize

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

dependencies:
  localize: ^0.0.4

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:localize/localize.dart';
16
likes
30
points
25
downloads

Publisher

verified publishercodepsoft.com

Weekly Downloads

Internationalizing Flutter apps

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on localize