json_translate

Last updated:

0 purchases

json_translate Image
json_translate Images
Add to Cart

Description:

json translate

Features #

Translate json text

Usage #
import 'package:json_translate/translator.dart';
...
return MaterialApp(
localizationsDelegates: const [
Translator.delegate,
...
],
...
}

@override
Widget build(BuildContext context) {
var T = Translator.of(context)!;
return Text(T.tr('{"en": "text", "zh":"文本"}')
}
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.