flutter_event_calendar 1.0.0 copy "flutter_event_calendar: ^1.0.0" to clipboard
flutter_event_calendar: ^1.0.0 copied to clipboard

Gregorian and Jalali Event calendar for flutter with options for change style

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter_event_calendar_example/injection.dart';
import 'package:flutter_event_calendar_example/widgets/event_calendar/home_page.dart';


void main() {
  setUp();
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({
    Key? key,
  }) : super(key: key);




  @override
  Widget build(BuildContext context) {
    return  MaterialApp(
      home: HomePage(),
    );
  }
}
66
likes
120
points
349
downloads

Publisher

verified publisherfaridfr.ir

Weekly Downloads

Gregorian and Jalali Event calendar for flutter with options for change style

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, scoped_model, shamsi_date

More

Packages that depend on flutter_event_calendar