translations_center 0.1.0
translations_center: ^0.1.0 copied to clipboard
Offline-first OTA localization SDK for Flutter apps. Stale-While-Revalidate caching with ETag support.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add translations_centerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
translations_center: ^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:translations_center/translations_center.dart';