localization_helper 1.0.0 copy "localization_helper: ^1.0.0" to clipboard
localization_helper: ^1.0.0 copied to clipboard

This is a command line Dart application that helps in implementing localization in Flutter apps.

example/main.dart

import 'package:localization_helper/src/localization_helper.dart'
    as localization_helper;

void main() {
  /// This program is published to pub.dev so you can use this package:
  ///
  /// 1. As an executable by running the following commandS:
  /// > dart pub global activate localization_helper
  /// > localization_helper

  localization_helper.main([]);
}
5
likes
160
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

This is a command line Dart application that helps in implementing localization in Flutter apps.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

args

More

Packages that depend on localization_helper