easy_localization_multi 0.2.0
easy_localization_multi: ^0.2.0 copied to clipboard
A loader for easy_localization package that merges data from multiple other loaders.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add easy_localization_multiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
easy_localization_multi: ^0.2.0Alternatively, 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:easy_localization_multi/easy_localization_multi.dart';