pq_localization 1.2.3 copy "pq_localization: ^1.2.3" to clipboard
pq_localization: ^1.2.3 copied to clipboard

discontinued
outdated

Simple Package to handle string localization for flutter using key and value pairs like json or simple map

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pq_localization

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

dependencies:
  pq_localization: ^1.2.3

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:pq_localization/pq_localization.dart';
1
likes
30
pub points
0%
popularity

Publisher

verified publishernew-step-apps.com

Simple Package to handle string localization for flutter using key and value pairs like json or simple map

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, shared_preferences

More

Packages that depend on pq_localization