hijri_gregorian_calendar 0.1.1 copy "hijri_gregorian_calendar: ^0.1.1" to clipboard
hijri_gregorian_calendar: ^0.1.1 copied to clipboard

A Flutter package to convert and display Hijri and Gregorian calendars.

example/main.dart

import 'package:flutter/material.dart';
import 'package:hijri_gregorian_calendar/hijri_gregorian_calendar.dart';

void main() {
  runHijriGregCalendarApp();
}

// Alternative usage example
class MyCustomApp extends StatelessWidget {
  const MyCustomApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Custom Hijri Gregorian Calendar',
      theme: ThemeData(primarySwatch: Colors.green),
      home: HijriGregCalendarScreen(),
    );
  }
}
1
likes
150
points
69
downloads

Documentation

Documentation
API reference

Publisher

verified publisheramirsaleemahmad.com

Weekly Downloads

A Flutter package to convert and display Hijri and Gregorian calendars.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, smooth_corner

More

Packages that depend on hijri_gregorian_calendar