본문 바로가기
반응형

분류 전체보기163

[flutter] Setting and implementing Local Notification Available for both Android and iOS, clearing registered notifications remove 목차 Flutter Local Notification package description - This is a package used by Flutter to send notifications to the device currently in use. If you look at the flutter_local_notification on the pub.dev site, you can see that it has over 5,000 likes. More than 5,000 is a very high number, but it is proof that the stability of this plugin is confirmed and that many people are using it. So, instead .. 2023. 9. 5.
Sea of Stars Review - Boring Canadian men's introduction to JRPG games (let's never do this again) Before release I like jrpg games. So, the moment I saw Sea of Stars, my taste was targeted. Let's watch the video. If you like dot games + jrpgs, this is a game you can't help but look forward to. Just before launch The meta score posted a day before release made me even more excited. oh!! It’s finally coming out!! oh!? The score is good, it must be a good game... Most scores were around 89 to 9.. 2023. 9. 5.
모듈과 컴포넌트의 차이 명확하게 알려드립니다 - Module, Component & Connect(C&C), 자원할당에 대해서 목차 1. 모듈과 컴포넌트를 알기전 [구조] 에 대해서 높은 빌딩에는 기반과 기둥이 있습니다. 몸에는 뼈가 있습니다. 소프트웨어에는 구조(struncture)가 있습니다. 구조는 소프트웨어가 정렬되어 있는 형태입니다. 구조는 여러분이 작성한 코드에도 있고 실행하는 소프트웨어에도 있고 많은 사람의 협력 속에도 있습니다. 구조를 만드는 일은 곧 요소들끼리 관계를 만드는 일입니다. 요소는 소프트웨어를 만드는 기본 조각입니다. 관계는 연관된 요소들이 함께 동작해서 특정 작업을 완수하는 단위입니다. 2. 모듈과 컴포넌트, 자원할당이란? 종이와 펜으로만 구조를 설계하면 현실을 반영하지 못할 가능성이 높습니다. (최대한 현실을 반영해야 좋은 구조라 할수 있다.) 이를 피하기 위해서 요소와 관계를 세 가지 타입의 구조.. 2023. 9. 1.
[flutter] Local Notification 설정 및 구현하기 android, ios 모두 가능하게, 등록한 알림 지우기 remove 목차 Flutter Local Notification 패키지 설명 - 플루터에서 현재 사용하고 있는 기기에 알림을 보내기 위해서 사용하는 패키지이다. pub.dev사이트의 flutter_local_notification을 찾아보면 좋아요가 5천 개를 넘는 걸 볼 수 있다. 5천 개 이상이면 대단히 높은 수치이나 그만큼 이 플로그인의 안정성이 확이 되었고 많은 사람들이 사용하고 있다는 증거일 것이다. 그럼 힘들게 구현하지 말고 이 플러그인을 사용해서 기기에 알림을 보내는 기능을 만들어 보자! 1. flutter_local_notifications 설치 하기 - https://pub.dev/packages/flutter_local_notifications 접속 후 설치 링크 복사 - pubspec.yaml의.. 2023. 9. 1.
반응형