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

This is an easy plugin to implement i18n functions in flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gh_i18n

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

dependencies:
  gh_i18n: ^1.0.0

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:gh_i18n/gh_i18n.dart';
4
likes
130
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

This is an easy plugin to implement i18n functions in flutter.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

dart_style, flutter, json_ast, path, plugin_platform_interface, yaml

More

Packages that depend on gh_i18n