{"id":15549106,"url":"https://github.com/lohanidamodar/clean_nepali_calendar","last_synced_at":"2025-07-05T19:15:00.878Z","repository":{"id":51149839,"uuid":"248933827","full_name":"lohanidamodar/clean_nepali_calendar","owner":"lohanidamodar","description":"Highly customizable Nepali Calendar package.","archived":false,"fork":false,"pushed_at":"2024-07-29T09:43:39.000Z","size":2053,"stargazers_count":17,"open_issues_count":4,"forks_count":25,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-10T08:42:29.539Z","etag":null,"topics":["flutter","flutter-nepal","flutter-nepali-calendar","flutter-package","flutterdev","nepali-calendar"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/clean_nepali_calendar","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lohanidamodar.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-21T08:15:59.000Z","updated_at":"2024-07-12T05:38:46.000Z","dependencies_parsed_at":"2023-01-29T18:31:10.650Z","dependency_job_id":null,"html_url":"https://github.com/lohanidamodar/clean_nepali_calendar","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lohanidamodar%2Fclean_nepali_calendar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lohanidamodar%2Fclean_nepali_calendar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lohanidamodar%2Fclean_nepali_calendar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lohanidamodar%2Fclean_nepali_calendar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lohanidamodar","download_url":"https://codeload.github.com/lohanidamodar/clean_nepali_calendar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230501172,"owners_count":18236061,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flutter","flutter-nepal","flutter-nepali-calendar","flutter-package","flutterdev","nepali-calendar"],"created_at":"2024-10-02T13:28:09.527Z","updated_at":"2024-12-19T21:10:25.457Z","avatar_url":"https://github.com/lohanidamodar.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Clean Nepali Calendar\n\nFlutter package to display Nepali Calendar. Inspired greatly from [nepali_date_picker](https://pub.dev/packages/nepali_date_picker) and [table_calendar](https://pub.dev/packages/table_calendar).\n\n[![Pub Package](https://img.shields.io/pub/v/clean_nepali_calendar.svg?style=flat-square)](https://pub.dev/packages/clean_nepali_calendar) ![Publish](https://github.com/lohanidamodar/clean_nepali_calendar/workflows/Publish/badge.svg)\n\n\nHighly customizable, feature-packed Flutter Nepali Calendar package.\n\n| ![Image](https://raw.githubusercontent.com/lohanidamodar/clean_nepali_calendar/master/demo/demo1.gif) | ![Image](https://raw.githubusercontent.com/lohanidamodar/clean_nepali_calendar/master/demo/demo2.png) | ![Image](https://raw.githubusercontent.com/lohanidamodar/clean_nepali_calendar/master/demo/demo3.png) |\n| ------------- |:-------------:| -----:|\n\n\n## Features\n\n* Extensive, yet easy to use API\n* View in Unicode Nepali or Roman literals\n* Gesture handling\n* Specifying available date range\n* Highly customizable\n\n## Usage\n\nMake sure to check out [example project](https://github.com/lohanidamodar/clean_nepali_calendar/tree/master/example). \nFor additional info please refer to [API docs](https://pub.dartlang.org/documentation/clean_nepali_calendar/latest/clean_nepali_calendar/clean_nepali_calendar-library.html).\n\n### Installation\n\nAdd to pubspec.yaml:\n\n```yaml\ndependencies:\n  clean_nepali_calendar: latest\n```\n\nThen import it to your project:\n\n```dart\nimport 'package:clean_nepali_calendar/clean_nepali_calendar.dart';\n```\n\nThen create and use the `NepaliCalendarController` and instantiate the `CleanNepaliCalendar` widget. works out of box;\n\n```dart\n@override\nvoid initState() {\n  super.initState();\n  _calendarController = NepaliCalendarController();\n}\n\n@override\nWidget build(BuildContext context) {\n  return CleanNepaliCalendar(\n    controller: _calendarController,\n    onDaySelected: (day){\n        print(day.toString());\n    },\n  );\n}\n```\n\nCheck out [example project](https://github.com/lohanidamodar/clean_nepali_calendar/tree/master/example) more detailed information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flohanidamodar%2Fclean_nepali_calendar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flohanidamodar%2Fclean_nepali_calendar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flohanidamodar%2Fclean_nepali_calendar/lists"}