argos_translator_offline 0.0.5
argos_translator_offline: ^0.0.5 copied to clipboard
A Flutter package to automated translate localization keys from .arb files. and .json file offline and free
example/example.dart
import 'package:remove_unused_localizations_keys/remove_unused_localizations_keys.dart';
void main() {
// Running the localization cleaner function
runLocalizationCleaner();
}