0 purchases
dart intl search
Internationalized / Localized Search #
Extension for a String comparison with a localization transcription
Sample #
'Café au Lait'.transcription(Locale('fr')) // cafe au lait
'Прывiтаньне'.transcription(Locale('be')) // pryvitanne
'生物多样性可持续发展'.transcription(Locale('zh')) // shngwukxu
'多'.isPartOf('生物多样性可持续发展', Locale('zh')) // true
'脖'.isEqualTo('bo', Locale('zh')) // true
copied to clipboard
In addition to thanking, you may treat us to ☕.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.