flutter_localization 0.1.14 copy "flutter_localization: ^0.1.14" to clipboard
flutter_localization: ^0.1.14 copied to clipboard

Flutter Localization is a package use for in-app localization with map data. 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 Dart:

 $ dart pub add flutter_localization

With Flutter:

 $ flutter pub add flutter_localization

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

dependencies:
  flutter_localization: ^0.1.14

Alternatively, your editor might support dart pub get or 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_localization/flutter_localization.dart';
286
likes
0
pub points
99%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_localizations, flutter_web_plugins, plugin_platform_interface, shared_preferences

More

Packages that depend on flutter_localization