translations_loader 1.0.0 copy "translations_loader: ^1.0.0" to clipboard
translations_loader: ^1.0.0 copied to clipboard

outdated

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.0

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
0
points
53
downloads

Publisher

verified publisherancronik.site

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on translations_loader