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

outdated

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: ^1.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
40
pub points
73%
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

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on get_localization