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(),
    );
  }
}
58
likes
100
pub points
88%
popularity

Publisher

verified publisherfaridfr.ir

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, flutter, scoped_model, shamsi_date

More

Packages that depend on flutter_event_calendar