get_localization 3.0.0 copy "get_localization: ^3.0.0" to clipboard
get_localization: ^3.0.0 copied to clipboard

Localize your app easily entirely in flutter using dart getters. No need for code generation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add get_localization

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

dependencies:
  get_localization: ^3.0.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:get_localization/get_localization.dart';
5
likes
130
pub points
70%
popularity

Publisher

verified publisherbdlukaa.dev

Localize your app easily entirely in flutter using dart getters. No need for code generation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, flutter

More

Packages that depend on get_localization