Features
A key feature of the flutter_nepali_calendar package is its highly customizable Nepali Bikram Sambat Calendar widget. It allows developers to display a fully localized Nepali calendar with extensive styling options, supporting date selection, event integration, and navigation for the Bikram Sambat calendar system. The package includes a NepaliCalendarController for programmatic control, enabling features like jumping to specific dates or highlighting selected days, making it ideal for apps targeting Nepali-speaking audiences.
Installation
1.Add this to your 'pubspec.yaml':
dependencies:
flutter_nepali_calendar: ^0.0.7
- Import the package and use it in your Flutter App.
import 'package:flutter_nepali_calendar/flutter_nepali_calendar.dart';
Screenshot