Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codegather/alarm_calendar
flutter日历提醒插件,根据用户自定义提醒,以及闹钟的设置,本插件位项目定制,不排除相关其他的适配问题。
https://github.com/codegather/alarm_calendar
Last synced: about 6 hours ago
JSON representation
flutter日历提醒插件,根据用户自定义提醒,以及闹钟的设置,本插件位项目定制,不排除相关其他的适配问题。
- Host: GitHub
- URL: https://github.com/codegather/alarm_calendar
- Owner: CodeGather
- License: mit
- Created: 2020-05-09T07:09:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-26T07:17:45.000Z (almost 3 years ago)
- Last Synced: 2023-08-20T21:24:11.794Z (about 1 year ago)
- Language: Dart
- Homepage:
- Size: 135 KB
- Stars: 25
- Watchers: 2
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG-zh.md
- License: LICENSE
Awesome Lists containing this project
README
# alarm_calendar
一款ios,Android 的日历提醒flutter插件
### ios注意事项
- 需要添加以下权限
```
NSCalendarsUsageDescription
需要访问你的日历
NSRemindersUsageDescription
需要访问你的提醒事项
```