csv_localizations 2.3.0
csv_localizations: ^2.3.0 copied to clipboard
A minimal CSV localization package built on LocalizationsDelegate.
CHANGELOG #
2.3.0 #
- update packages and SDK constraints
- remove package name
- update example
2.2.0+9 #
- if a value for a key is not found, we now return the key itself
2.1.0+8 #
- we now support number values via
numValue
,intValue
anddoubleValue
2.0.0+7 #
- mention configurations in the README
2.0.0+6 #
- support all configurations of the
csv
package - pass configurations via a new
CsvLocalizationsConfigurations
object - separate classes into files
1.7.0+5 #
- update README
1.7.0+4 #
- update README
1.7.0+3 #
- update README
1.7.0+2 #
- remove dates from CHANGELOG
1.7.0+1 #
- update README
1.7.0 #
- use named args for path / assetBundle
- README
1.6.0+2 #
- README
1.6.0+1 #
- README
1.6.0 #
- update csv 5.0.1 -> 5.1.1
- update flutter_lits 1.0.4 -> 3.0.1
- update sdk environment ">=2.12.0 <3.0.0" -> ">=2.18.0 <4.0.0"
1.5.0 #
- API: remove loaded
- use Locale.toLanguageTag to build key
- improve DOCS
1.4.0 #
- fix tests by adding GlobalMaterialLocalizations.delegates
- add lints
- replace forEach with for loop
- use const
- don't interpolate string
1.3.0 #
- update csv package to 5.0.1
1.2.0+1 #
- simplify README.md
1.2.0 #
- change min Dart version: 2.12.0-0 -> 2.12.0
1.1.0 #
- update csv to 5.0.0
1.0.0 #
- stable null-safety release !
- added widget tests
- pass optional asset bundle
0.9.0-nullsafety.0 #
- updated csv package and migrated to nullsafety
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