Dev/Flutter
Flutter - Local Notification 참고
healthyryu
2021. 12. 6. 19:02
1. Local Notification 을 만들기 위한 참고 영상
- https://www.youtube.com/watch?v=bRy5dmts3X8
2. timezone 설정을 위한 import 순서
- https://stackoverflow.com/a/64312779/3897810
How to convert DateTime to TZDateTime in flutter?
I am trying to push local notification through my app by using flutter_local_notifications package and as on FlutterNotificationsPlugin the ".schedule" is deprecated I tried using ".
stackoverflow.com
3. ScheduleNotification 을 할때 필요한 FlutterNativeTimezone 라이브러리
- flutter_native_timezone: ^2.0.0
- http://47.240.41.80/packages/flutter_native_timezone/install
4. 참고 자료
- https://github.com/GiddyNaya/clockee
- https://velog.io/@adbr/flutter-local-notification-Quick-Start2
반응형