flutter_thirukural 1.0.0+1
flutter_thirukural: ^1.0.0+1 copied to clipboard
A Flutter package to seamlessly integrate the holy tamil literate "Thirukural" into your apps, with support for full access to all 1330 kurals, categorized views by sections, chapters (both Tamil an [...]
flutter_thirukural #
A Flutter package to easily integrate Thirukural into your Flutter apps. This package provides UI widgets and screens to display Thirukurals in various ways β by number, section, chapter, or the Kural of the day. Perfect for apps focused on Tamil culture, literature, or daily wisdom!
β¨ Features #
- Display the Thirukural of the day
- Fetch a Kural by its number
- Show all Kurals in a range
- Browse Kurals by Tamil or English chapter names
- Display section names and their Kurals
- Highly customizable widgets
- Responsive design
π Usage #
Import the package: import 'package:flutter_thirukural/flutter_thirukural.dart';
Example 1 β Thirukural of the Day ThirukuralOfTheDay(date: '2025-06-12')
Example 2 β Get Kural by Number ThirukuralByNumber(kuralNumber: 12)
Example 3 β All Thirukurals AllThirukurals()
Example 4 β Kurals in a Range ThirukuralInRange(from: 1, to: 10)
Example 5 β Section Names ThirukuralBySectionNames()
Example 6 β Tamil Chapter Names ThirukuralByTamilChapterNames()
Example 7 β English Chapter Names ThirukuralByEnglishChapterNames()
πΌοΈ Screenshots
[Home Screen] [All Thirukurals] [Thirukural of the Day] [Thirukurals in range] [Thirukural by number] [Thirukural Sections] [Thirukurals by tamil chapter name] [Thirukurals by english chapter name]
π€ Contributing Contributions are welcome!
- Fork this repo
- Create a new branch
- Commit your changes
- Open a Pull Request
π Issues If you face any issues while using flutter_thirukural, please: Create an issue on GitHub Or email me directly at: sanjayprasathg24cse@gmail.com
Iβll be happy to help!
β Buy Me a Coffee If this package helped you, you can support my work:
π€ Maintainer Name: Sanjay Prasath Ganesh GitHub: github.com/SanjayPrasathG LinkedIn: https://www.linkedin.com/in/sanjay-prasath-ganesh/
π License This project is licensed under the MIT License β see the LICENSE file for details.
π¦ Installation #
Add this to your pubspec.yaml
:
dependencies:
flutter_thirukural: ^1.0.0