monolith_localization_runtime 1.0.0
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';