translations_loader 1.0.2 copy "translations_loader: ^1.0.2" to clipboard
translations_loader: ^1.0.2 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_loader

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  translations_loader: ^1.0.2

Alternatively, 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';
1
likes
140
pub points
55%
popularity

Publisher

verified publisherancronik.site

Flutter library for reading translations files and transforming them into Map to be by some framework like GetX

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on translations_loader