masamune_localize 0.2.7 copy "masamune_localize: ^0.2.7" to clipboard
masamune_localize: ^0.2.7 copied to clipboard

discontinued
outdated

Library that provides the translation function of Masamune framework. Manage translation data with Google SpreadSheet.

example/main.dart

import 'package:masamune_localize/masamune_localize.dart';

void main() async {
  await Localize.initialize("Localization.csv");
  String localized = Localize.get("Hello");
  print(localized);
}
0
likes
0
pub points
0%
popularity

Publisher

verified publishermathru.net

Library that provides the translation function of Masamune framework. Manage translation data with Google SpreadSheet.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

csv, flutter, flutter_device_locale

More

Packages that depend on masamune_localize