lang_table 0.2.0 copy "lang_table: ^0.2.0" to clipboard
lang_table: ^0.2.0 copied to clipboard

lang_table is a dart plugin to generate string files from a source. Use a table to manage all multi-language resources.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add lang_table

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

dependencies:
  lang_table: ^0.2.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:lang_table/lang_table.dart';
1
likes
40
pub points
7%
popularity

Publisher

unverified uploader

lang_table is a dart plugin to generate string files from a source. Use a table to manage all multi-language resources.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

ansicolor, args, http, path

More

Packages that depend on lang_table