本文介绍了时间轴视图,日视图,周视图,月视图并添加事件日历颤动库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在寻找Flutter的日历库,该库同时支持Web和移动设备。
I am looking for Calendar Library in Flutter which has support for both web and mobile.
日历必须具有以下所有视图
- 时间表视图
- 日视图(每小时的时间轴)
- 3/5天视图(时间轴的每小时)
- 每周查看(时间轴每小时)
- 每月查看(普通日历)
- Schedule View
- Day View (Timeline Hourly)
- 3/5 Days view (Timeline hourly)
- Weekly View (Timeline Hourly)
- Month View (Normal Calendar)
如果 Google 具有相同的开源项目,可以从那里抽象代码,这也将有所帮助。
If Google has open source project for same, from where code can be abstract that will also helpful.
我尝试了syncfusion-flutter-calendar但它不支持Flutter Web。
以下是所需日历视图类型的屏幕截图
以下是所有日历视图,看起来应该相似或相同:
Following is all the calendar view that should look similar or same:
推荐答案
(如果有人要查看每天/每周的视图),或者了解如何自己构建视图。
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.
这篇关于时间轴视图,日视图,周视图,月视图并添加事件日历颤动库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!