Last updated:
0 purchases
kurdish localization flutter
kurdish_localization #
This package provides localization support for Kurdish locale.
Getting Started #
Depend on it #
Add this to your package's pubspec.yaml file:
dependencies:
kurdish_localization: <latest version>
copied to clipboard
Install it #
You can install packages from the command line:
with Flutter:
$ flutter pub get
copied to clipboard
Import it #
import 'package:kurdish_localization_flutter/kurdish_localization.dart';
copied to clipboard
Use it #
MaterialApp(
localizationsDelegates: [
...
KuMaterialLocalizations.delegate,
KuWidgetLocalizations.delegate
],
supportedLocales: [
const Locale('ku', ''),
],
locale: Locale('ku'),
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.