nepali_calendar_flutter 1.0.2 copy "nepali_calendar_flutter: ^1.0.2" to clipboard
nepali_calendar_flutter: ^1.0.2 copied to clipboard

Highly customizable Nepali Calendar package to display Nepali Bikram Sambat Calendar in your flutter applications.

Clean Nepali Calendar #

Flutter package to display Nepali Calendar. Inspired greatly from nepali_date_picker and table_calendar.

Pub Package Highly customizable, feature-packed Flutter Nepali Calendar package.

Image Image Image

Features #

  • Extensive, yet easy to use API
  • View in Unicode Nepali or Roman literals
  • Gesture handling
  • Specifying available date range
  • Highly customizable

Usage #

Installation #

Add to pubspec.yaml:

dependencies:
  nepali_calendar_flutter: latest

Then import it to your project:

import 'package:nepali_calendar_flutter/nepali_calendar_flutter.dart';

Then create and use the NepaliCalendarController and instantiate the CleanNepaliCalendar widget. works out of box;

@override
void initState() {
  super.initState();
  _calendarController = NepaliCalendarController();
}

@override
Widget build(BuildContext context) {
  return NepaliCalendar(
    controller: _calendarController,
    onDaySelected: (day){
        print(day.toString());
    },
  );
}
0
likes
130
points
50
downloads

Publisher

unverified uploader

Weekly Downloads

Highly customizable Nepali Calendar package to display Nepali Bikram Sambat Calendar in your flutter applications.

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, nepali_utils

More

Packages that depend on nepali_calendar_flutter