easyi18n 0.1.0
easyi18n: ^0.1.0 copied to clipboard
Runtime SDK for easyi18n: resolve UI strings with source-as-key tr(), with an offline floor (baked assets) and live hot-update from a delivery manifest/CDN.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add easyi18nThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
easyi18n: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:easyi18n/easyi18n.dart';