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

A runtime library that supports the code generated by monolith_localization at runtime. It dynamically loads localization resources managed on a module basis in Flutter applications and provides type- [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add monolith_localization_runtime

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

dependencies:
  monolith_localization_runtime: ^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:monolith_localization_runtime/monolith_localization_runtime.dart';
0
likes
120
points
443
downloads

Publisher

verified publishereaglesakura.com

Weekly Downloads

A runtime library that supports the code generated by monolith_localization at runtime. It dynamically loads localization resources managed on a module basis in Flutter applications and provides type-safe access.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on monolith_localization_runtime