masamune_localize 0.2.5 copy "masamune_localize: ^0.2.5" to clipboard
masamune_localize: ^0.2.5 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
points
17
downloads

Publisher

verified publishermathru.net

Weekly Downloads

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

Homepage

License

unknown (license)

Dependencies

csv, flutter, flutter_device_locale

More

Packages that depend on masamune_localize