intl_generator 0.4.1 copy "intl_generator: ^0.4.1" to clipboard
intl_generator: ^0.4.1 copied to clipboard

Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add intl_generator
copied to clipboard

With Flutter:

 $ flutter pub add intl_generator
copied to clipboard

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

dependencies:
  intl_generator: ^0.4.1
copied to clipboard

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:intl_generator/extract_messages.dart';
import 'package:intl_generator/generate_localized.dart';
copied to clipboard
25
likes
110
points
5.73k
downloads

Publisher

verified publisherjaumard.com

Weekly Downloads

2024.09.23 - 2025.04.07

Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, args, collection, dart_style, intl, path, petitparser

More

Packages that depend on intl_generator