https://github.com/codegather/alarm_calendar
flutter日历提醒插件,根据用户自定义提醒,以及闹钟的设置,本插件位项目定制,不排除相关其他的适配问题。
https://github.com/codegather/alarm_calendar
Last synced: 2 months ago
JSON representation
flutter日历提醒插件,根据用户自定义提醒,以及闹钟的设置,本插件位项目定制,不排除相关其他的适配问题。
- Host: GitHub
- URL: https://github.com/codegather/alarm_calendar
- Owner: CodeGather
- License: mit
- Created: 2020-05-09T07:09:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-26T07:17:45.000Z (over 3 years ago)
- Last Synced: 2025-03-26T21:21:48.608Z (3 months ago)
- Language: Dart
- Homepage:
- Size: 135 KB
- Stars: 25
- Watchers: 1
- Forks: 7
- 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
需要访问你的提醒事项
```