FLUTTER ECOSYSTEM

aminsamad/flutter_kurdish_localization

aminsamad/flutter_kurdish_localization open-source repository details.

flutter_kurdish_localization project cover
Stars
33
Forks
33
Last push (UTC)
Feb 11, 2026
Project status
Active
Amin Samad GitHub avatar
GITHUB User

Amin Samad ↗

"Code is like humor. When you have to explain it, it’s bad.”

FrontEnd Developer & UI UX Designerkurdistan/shaqlawaOfficial website ↗
LanguagesDartC++CMakeSwiftHTMLCKotlinObjective-C

Packages published by this repository

Dependencies used

Dependency list 5 items
  • flutter{"sdk":"flutter"}
  • flutter_localizations{"sdk":"flutter"}
  • intl^0.20.2
  • flutter_testDevelopment{"sdk":"flutter"}
  • flutter_lintsDevelopment^6.0.0

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse project README

https://raw.githubusercontent.com/aminsamad/flutter_kurdish_localization/master/pic/ku.png

https://raw.githubusercontent.com/aminsamad/flutter_kurdish_localization/master/pic/Designer.png


https://raw.githubusercontent.com/aminsamad/flutter_kurdish_localization/master/pic/screenshoot_1.png
https://raw.githubusercontent.com/aminsamad/flutter_kurdish_localization/master/pic/screenshoot_2.png

Demo App

https://raw.githubusercontent.com/aminsamad/flutter_kurdish_localization/master/pic/download_button.png

Flutter Kurdish Localization 🌍

This package provides unofficial localization support for Central Kurdish Branch Sorani (Kurdish: سۆرانی ,Soranî‎).


Getting Started

import 'package:flutter_kurdish_localization/flutter_kurdish_localization.dart';

Add these two delegates to localizationsDelegates array

KurdishMaterialLocalizations.delegate For text and dates localization KurdishWidgetLocalizations.delegate For text and UI directionality

return MaterialApp(
	localizationsDelegates: [
		..
		KurdishMaterialLocalizations.delegate,
		KurdishWidgetLocalizations.delegate,
		...
	],
	supportedLocales: [ Locale('ku') ]
	ocale: Locale('ku')
 )

Translations are available now!

Links