land 0.0.7 copy "land: ^0.0.7" to clipboard
land: ^0.0.7 copied to clipboard

LAND is a robust Dart package offering efficient generation of localization files for Dart and Flutter applications. It supports complex ICU messages, seamlessly integrates with project workflows, and [...]

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate land

Use it

The package has the following executables:

$ land

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add land

With Flutter:

 $ flutter pub add land

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

dependencies:
  land: ^0.0.7

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:land/land.dart';
2
likes
90
pub points
11%
popularity

Publisher

verified publisherfibulawars.com

LAND is a robust Dart package offering efficient generation of localization files for Dart and Flutter applications. It supports complex ICU messages, seamlessly integrates with project workflows, and offers global installation for multi-project usage.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

args, dart_style, intl, path, yaml

More

Packages that depend on land