flutter_event_calendar_french 1.0.1 copy "flutter_event_calendar_french: ^1.0.1" to clipboard
flutter_event_calendar_french: ^1.0.1 copied to clipboard

Add French and 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(),
    );
  }
}
1
likes
120
points
44
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

collection, flutter, scoped_model, shamsi_date

More

Packages that depend on flutter_event_calendar_french