cupertino_localizations

Creator: coderz1093

Last updated:

0 purchases

cupertino_localizations Image
cupertino_localizations Images

Languages

Categories

Add to Cart

Description:

cupertino localizations

cupertino_localizations #
Provider localization for cupertino. just en,ar and zh
if you don't wont to use the default.
You can use it to fixed the error: The getter 'pasteButtonLabel' was called on null.
Usage #
MaterialApp(
locale: Locale('ar', ''),
localizationsDelegates: [
GlobalCupertinoLocalizations.delegate,
GlobalMaterialLocalizations.delegate,
GlobalWidgetsLocalizations.delegate,
],
supportedLocales: [
const Locale('zh', 'CH'),
const Locale('ar', ''),
const Locale('en', 'US'),
],
...
}
copied to clipboard
Contributing #
Feel free to send me a pull request to add your langage.
Acknowledgment #
This library base on the work of crazy365966834 thank you.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.