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([]);
}
4
likes
140
pub points
8%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args

More

Packages that depend on localization_helper