arb_merger 0.0.2 copy "arb_merger: ^0.0.2" to clipboard
arb_merger: ^0.0.2 copied to clipboard

The package that merge some ARB files every locale into single ARB file.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add arb_merger

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

dependencies:
  arb_merger: ^0.0.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:arb_merger/arb_merger.dart';
5
likes
140
points
140
downloads

Publisher

verified publishersoosuuk.dev

Weekly Downloads

The package that merge some ARB files every locale into single ARB file.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

args, flutter, flutter_localizations, yaml

More

Packages that depend on arb_merger