flutter_translator 0.1.7 copy "flutter_translator: ^0.1.7" to clipboard
flutter_translator: ^0.1.7 copied to clipboard

discontinuedreplaced by: flutter_localization

Flutter Translator is a package use for in-app localization with json file and map. More easier and faster to implement and inspired by the flutter_localizations itself.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_translator

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

dependencies:
  flutter_translator: ^0.1.7

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:flutter_translator/flutter_translator.dart';
12
likes
140
pub points
56%
popularity

Publisher

unverified uploader

Flutter Translator is a package use for in-app localization with json file and map. More easier and faster to implement and inspired by the flutter_localizations itself.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_localizations, flutter_web_plugins, shared_preferences

More

Packages that depend on flutter_translator