cupertino_localizations 0.0.1 copy "cupertino_localizations: ^0.0.1" to clipboard
cupertino_localizations: ^0.0.1 copied to clipboard

outdated

You can use it to fixed the error The getter 'pasteButtonLabel' was called on null. if you wan't use DefaultCupertinoLocalizations.

Cupertino Localizations #

This package is to reslove the issue with The getter 'pasteButtonLabel' was called on null. on IOS when selecting a text.

Usage #

MaterialApp(
  locale: Locale('ar', ''),
  localizationsDelegates: [
    GlobalCupertinoLocalizations.delegate,
    GlobalMaterialLocalizations.delegate,
    GlobalWidgetsLocalizations.delegate,
  ],
  supportedLocales: [
    const Locale('ar', ''),
    const Locale('en', 'US'),
  ],
 ...
}

Contributing #

Feel free to send me a pull request to add your langage.

Acknowledgment #

This library base on the work of crazy365966834 thank you.

0
likes
0
pub points
40%
popularity

Publisher

unverified uploader

You can use it to fixed the error The getter 'pasteButtonLabel' was called on null. if you wan't use DefaultCupertinoLocalizations.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_localizations, intl

More

Packages that depend on cupertino_localizations