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

discontinuedreplaced by: flutter_localization
outdated

Flutter Translator is a package use for in-app localization with json file and map. More easier and faster to implement. This package is 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.0

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
0
pub points
65%
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. This package is inspired by the flutter_localizations itself.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_localizations, shared_preferences

More

Packages that depend on flutter_translator