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

discontinuedreplaced by: slang

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
150
points
557
downloads

Documentation

API reference

Publisher

verified publisherbdlukaa.dev

Weekly Downloads

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

collection, flutter

More

Packages that depend on get_localization