l10n_flutter 1.0.4 copy "l10n_flutter: ^1.0.4" to clipboard
l10n_flutter: ^1.0.4 copied to clipboard

outdated

This single framework will help you localize your Flutter application without the headache.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add l10n_flutter

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

dependencies:
  l10n_flutter: ^1.0.4

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:l10n_flutter/builder/builder.dart';
import 'package:l10n_flutter/examples/l10n_cupertino_demo_app.dart';
import 'package:l10n_flutter/examples/l10n_demo1_app.dart';
import 'package:l10n_flutter/examples/l10n_demo2_app.dart';
import 'package:l10n_flutter/examples/l10n_demo3_app.dart';
import 'package:l10n_flutter/examples/l10n_material_delegates.dart';
import 'package:l10n_flutter/examples/l10n_material_demo_app.dart';
import 'package:l10n_flutter/examples/l10n_widget_helper.dart';
import 'package:l10n_flutter/examples/models/demo3.dart';
import 'package:l10n_flutter/examples/models/l10n.dart';
import 'package:l10n_flutter/l10n_core.dart';
import 'package:l10n_flutter/l10n_cupertino_app.dart';
import 'package:l10n_flutter/l10n_material_app.dart';
6
likes
0
pub points
85%
popularity

Publisher

verified publishersoftigent.com

This single framework will help you localize your Flutter application without the headache.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

build, cupertino_icons, flutter, flutter_localizations

More

Packages that depend on l10n_flutter