translations_loader 1.0.1
translations_loader: ^1.0.1 copied to clipboard
Flutter library for reading translations files and transforming them into Map to be by some framework like GetX
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add translations_loaderThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
translations_loader: ^1.0.1Alternatively, 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_loader/translations_loader.dart';