khstar

Flutter Local Notification 작업중 본문

개발

Flutter Local Notification 작업중

khstar 2020. 8. 24. 01:51
반응형

Flutter에서 로컬 노티피케이션 샘플 개발 진행중입니다.

 

우선 구글링 해서 찾은 자료입니다. 

 

https://pub.dev/packages/flutter_local_notifications/example

 

flutter_local_notifications | Flutter Package

A cross platform plugin for displaying and scheduling local notifications for Flutter applications with the ability to customise for each platform.

pub.dev

위의 pub에 들어가셔서 Installing의 depedencies를 pubspec.yaml에 추가 합니다.

iOS의 

 

우선 잊지 않기 위해서 이렇게 작성해 두고 작업하면서 수정 다시 하도록 하겠습니다. 이만... 

 

참조 : 

https://eory96study.tistory.com/26

 

Flutter) flutter_local_notification

 정말 오랜만에 글을 쓰는것 같습니다. 오늘은 혼자 이것저것 해보다가 신기한 패키지가 있어서 소개해드릴려고 합니다. 그것은 local_notification입니다. flutter의 알림은 firebase_messaging을 사용하더

eory96study.tistory.com

 

반응형
Comments