flutter_localization 0.3.1 copy "flutter_localization: ^0.3.1" to clipboard
flutter_localization: ^0.3.1 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 Flutter:

 $ flutter pub add flutter_localization
copied to clipboard

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

dependencies:
  flutter_localization: ^0.3.1
copied to clipboard

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_localization/flutter_localization.dart';
copied to clipboard
383
likes
160
points
165k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.13 - 2025.03.28

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

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_localizations, flutter_web_plugins, plugin_platform_interface, shared_preferences, universal_io, web

More

Packages that depend on flutter_localization