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

Lightweight international text translation solution plug-in.

trans_intl #

Lightweight international text translation solution plug-in.

Getting Started #

flutter pub add trans_intl

Use #

import 'package:trans_intl/trans_intl.dart';

I18nManager.init(current: LangType.EN, trans: TranslationService());
import 'package:trans_intl/trans_intl.dart';

I18nManager.changeLanguage(LangType.FR);

trans_intl #

1
likes
140
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

Lightweight international text translation solution plug-in.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on trans_intl

Packages that implement trans_intl