flutter_pipwave_localization 0.0.1+2 copy "flutter_pipwave_localization: ^0.0.1+2" to clipboard
flutter_pipwave_localization: ^0.0.1+2 copied to clipboard

Powerful and flexible localization package for Pipwave Flutter projects, featuring ICU message formatting, runtime locale switching, asset and dynamic translation file support.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate flutter_pipwave_localization

Use it

The package has the following executables:

$ generate

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_pipwave_localization

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

dependencies:
  flutter_pipwave_localization: ^0.0.1+2

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:flutter_pipwave_localization/flutter_pipwave_localization.dart';
0
likes
160
points
0
downloads

Publisher

verified publisherpipwave.com

Weekly Downloads

Powerful and flexible localization package for Pipwave Flutter projects, featuring ICU message formatting, runtime locale switching, asset and dynamic translation file support.

Homepage

Documentation

API reference

License

ISC (license)

Dependencies

dio, flutter, flutter_localizations, intl, path_provider

More

Packages that depend on flutter_pipwave_localization