Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codegather/alarm_calendar

flutter日历提醒插件,根据用户自定义提醒,以及闹钟的设置,本插件位项目定制,不排除相关其他的适配问题。
https://github.com/codegather/alarm_calendar

Last synced: about 6 hours ago
JSON representation

flutter日历提醒插件,根据用户自定义提醒,以及闹钟的设置,本插件位项目定制,不排除相关其他的适配问题。

Awesome Lists containing this project

README

        

# alarm_calendar

一款ios,Android 的日历提醒flutter插件

### ios注意事项

- 需要添加以下权限

```
NSCalendarsUsageDescription
需要访问你的日历
NSRemindersUsageDescription
需要访问你的提醒事项
```