0 purchases
trans intl
trans_intl #
Lightweight international text translation solution plug-in.
Getting Started #
flutter pub add trans_intl
copied to clipboard
Use #
import 'package:trans_intl/trans_intl.dart';
I18nManager.init(current: LangType.EN, trans: TranslationService());
copied to clipboard
import 'package:trans_intl/trans_intl.dart';
I18nManager.changeLanguage(LangType.FR);
copied to clipboard
trans_intl #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.