df_localization 0.5.0 copy "df_localization: ^0.5.0" to clipboard
df_localization: ^0.5.0 copied to clipboard

A package that provides an easy way to add localization support to your Flutter app.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate df_localization

Use it

The package has the following executables:

$ gen-translations-gemeni

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add df_localization

With Flutter:

 $ flutter pub add df_localization

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

dependencies:
  df_localization: ^0.5.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:df_localization/df_localization.dart';
2
likes
0
points
42
downloads

Publisher

verified publisherdev-cetera.com

Weekly Downloads

A package that provides an easy way to add localization support to your Flutter app.

Homepage
Repository (GitHub)
View/report issues

Topics

#configuration #locale #localization #state-management #translation

Funding

Consider supporting this project:

www.buymeacoffee.com

License

unknown (license)

Dependencies

args, df_config, df_log, df_pod, df_safer_dart, flutter, google_generative_ai, http, path, shared_preferences, yaml

More

Packages that depend on df_localization