csv_localizations 0.3.0 copy "csv_localizations: ^0.3.0" to clipboard
csv_localizations: ^0.3.0 copied to clipboard

outdated

A minimal CSV localization package for Flutter built on LocalizationsDelegate.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add csv_localizations

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

dependencies:
  csv_localizations: ^0.3.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:csv_localizations/csv_localizations.dart';
6
likes
0
pub points
80%
popularity

Publisher

verified publisherapptakk.com

A minimal CSV localization package for Flutter built on LocalizationsDelegate.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

csv, flutter

More

Packages that depend on csv_localizations