android_string_convertor 0.0.1
android_string_convertor: ^0.0.1 copied to clipboard
command-line tool to convert android xml string to arb.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add android_string_convertorWith Flutter:
$ flutter pub add android_string_convertorThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
android_string_convertor: ^0.0.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.