Timeline View, Day view, Week View, Month view and add event Calendar flutter library?

5,251

https://pub.dev/packages/flutter_week_view if anyone is looking for a day/week views Or to get an idea of how to build them by yourself.

Share:
5,251
Manish Patel
Author by

Manish Patel

Updated on December 17, 2022

Comments

  • Manish Patel
    Manish Patel over 1 year

    I am looking for Calendar Library in Flutter which has support for both web and mobile.

    Calendar must has all the following views

    • Schedule View
    • Day View (Timeline Hourly)
    • 3/5 Days view (Timeline hourly)
    • Weekly View (Timeline Hourly)
    • Month View (Normal Calendar)

    If Google has open source project for same, from where code can be abstract that will also helpful.

    I have tried syncfusion-flutter-calendar but it does not support Flutter Web.

    Following is the screenshot of type of calendar view needed

    Screenshot of Google Calendar app Side Menu

    Following is all the calendar view that should look similar or same:

    Screenshot of all the Calendar views in Google Calendar app

    • Mankeomorakort
      Mankeomorakort over 4 years
      There are not many calendar library in flutter, but you can try this one: syncfusion_flutter_calendar
    • Manish Patel
      Manish Patel over 4 years
      @Mankeomorakort Thank you. But I already tried it.
    • Manish Patel
      Manish Patel over 4 years
      @Mankeomorakort I tried loading calendar similar to this made in JS using flutter_webview. Can you help me about using JS in flutter ?
    • Mankeomorakort
      Mankeomorakort over 4 years
      What do you want to do with JS?
    • Manish Patel
      Manish Patel over 4 years
      @Mankeomorakort load JS calendar
    • halfer
      halfer about 4 years
      Requests for libraries (and other resources like tutorials) are off-topic here.