locmate 0.0.5 copy "locmate: ^0.0.5" to clipboard
locmate: ^0.0.5 copied to clipboard

Visual editor for Application Resource Bundle localization files to be used with the intl package.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate locmate

Use it

The package has the following executables:

$ locmate

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add locmate

With Flutter:

 $ flutter pub add locmate

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

dependencies:
  locmate: ^0.0.5

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:locmate/locmate.dart';
1
likes
150
points
27
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Visual editor for Application Resource Bundle localization files to be used with the intl package.

Repository (GitHub)
View/report issues

License

MPL-2.0 (license)

Dependencies

alfred, dart_mappable, emojis, melos, tint, web_socket_channel

More

Packages that depend on locmate