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

unlisted

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

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.1.2

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';
1
likes
0
pub points
63%
popularity

Publisher

verified publisherdevcetra.com

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

Repository (GitHub)
View/report issues

Topics

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

Funding

Consider supporting this project:

www.buymeacoffee.com

License

unknown (license)

Dependencies

df_config, df_pod, flutter

More

Packages that depend on df_localization