translation_manager 2.0.5 copy "translation_manager: ^2.0.5" to clipboard
translation_manager: ^2.0.5 copied to clipboard

A lightweight, GetX-inspired translation library for Flutter with automatic locale detection and Bloc integration.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add translation_manager

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

dependencies:
  translation_manager: ^2.0.5

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:translation_manager/translation_manager.dart';
1
likes
160
points
122
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight, GetX-inspired translation library for Flutter with automatic locale detection and Bloc integration.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on translation_manager