csv_localizations 0.8.0+1 copy "csv_localizations: ^0.8.0+1" to clipboard
csv_localizations: ^0.8.0+1 copied to clipboard

outdated

A minimal CSV localization package built on LocalizationsDelegate.

CHANGELOG #

[0.8.0+1] #

  • improve description (and pub convention score..)

[0.8.0] #

  • support country codes
  • remove the need to set supportedLanguageCodes

[0.7.0] #

  • update csv dependency to 4.1.0
  • update README

[0.6.0] #

I don't manipulate the CSV file anymore, but you can set the prefered eol now which defaults to \n.

[0.5.0] #

Decided to simplify the API again by removing the string extenstion tr.

This makes more sense if we want to use multiple localization libraries.

Moved string_ext to the example folder if you want to use it.

[0.4.0] #

  • added CsvLocalizations.instance to avoid the need for a BuildContext
  • added String extension getter 'tr'

[0.3.0] #

  • use \n as default eol but replace \r\n with \n before parse
  • improve README
  • add multiline example

[0.2.0+3] #

  • update README

[0.2.0+2] #

  • add rationale to README

[0.2.0+1] #

  • tweak example and remove danish

[0.2.0] #

  • simplify API to use a single string method. We don't want to pollute String with extensions methods. Users can add (and name) these themselves as they see fit.

[0.1.5] #

  • trim CSV file for leading and trailing spaces

[0.1.4] #

  • update README

[0.1.3] #

  • update README with localized image example

[0.1.2] #

  • update README

[0.1.1] #

  • update README

[0.1.0] #

  • add String extension translate method 'Hi'.tr(context)
  • update README

[0.0.1] #

  • initial release
  • localize app using a single csv file
6
likes
40
pub points
80%
popularity

Publisher

verified publisherapptakk.com

A minimal CSV localization package built on LocalizationsDelegate.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

csv, flutter

More

Packages that depend on csv_localizations