flutter_mmcalendar 1.1.2 copy "flutter_mmcalendar: ^1.1.2" to clipboard
flutter_mmcalendar: ^1.1.2 copied to clipboard

Myanmar calendar library for flutter application with many utility methods and calculations.

example/lib/main.dart

import 'package:example/pages/home_page.dart';
import 'package:flutter/material.dart';
void main() {

  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter MMCalendar',
      debugShowCheckedModeBanner: false,
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
        useMaterial3: true,
      ),
      home: const HomePage(),
    );
  }
}
7
likes
160
pub points
70%
popularity
screenshot

Publisher

verified publisherkyawzayartun.com

Myanmar calendar library for flutter application with many utility methods and calculations.

Repository (GitHub)
View/report issues

Topics

#calendar #myanmar #myanmar-calendar #utility #datetime

Documentation

API reference

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_mmcalendar