translation_string_extractor 0.0.1+2 copy "translation_string_extractor: ^0.0.1+2" to clipboard
translation_string_extractor: ^0.0.1+2 copied to clipboard

Extracts .tr and .tr() strings from a project into a JSON file or returns a Map

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add translation_string_extractor

With Flutter:

 $ flutter pub add translation_string_extractor

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

dependencies:
  translation_string_extractor: ^0.0.1+2

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:translation_string_extractor/translation_string_extractor.dart';
0
likes
140
pub points
7%
popularity

Publisher

verified publishernovelplotter.com

Extracts .tr and .tr() strings from a project into a JSON file or returns a Map

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args

More

Packages that depend on translation_string_extractor