im_localized 0.0.2 copy "im_localized: ^0.0.2" to clipboard
im_localized: ^0.0.2 copied to clipboard

outdated

Flutter ICU compatible Localization library with support for JSONs, runtime parsing and injecting

im_localized #

Flutter ICU compatible Localization library with support for JSONs, runtime parsing and injecting

Features #

  • ICU compatible
  • parsing JSONs
  • runtime parsing and injecting of localizations

Getting started #

Installation #

flutter pub add im_localized

Or add to your pubspec.yaml:

dependencies:
  im_localized: <last_version>

Usage #

Checkout example/lib/main.dart for complete example.

void main() async {
  WidgetsFlutterBinding.ensureInitialized();
  await ImLocalizedApp.ensureInitialized();

  runApp(
    ImLocalizedApp.fromList(
      app: const MyApp(),
      initialTranslations: _initialTranslations,
    ),
  );
}

Acknowledgments #

This library uses source code from the following projects:

Additional information #

Work in progress

License #

LICENSE

4
likes
0
points
67
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter ICU compatible Localization library with support for JSONs, runtime parsing and injecting

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, intl, logger, shared_preferences

More

Packages that depend on im_localized