본문 바로가기
728x90

개발458

Firebase 번역 -Firebase Cloud Messaging(1-1) https://firebase.google.com/docs/cloud-messaging Firebase 클라우드 메시징 Firebase 클라우드 메시징(FCM)은 비용 없이 안정적으로 메시지를 보낼 수 있는 플랫폼 간 메시징 솔루션입니다. firebase.google.com Introduction Firebase Cloud Messaging (FCM) is a cross-platform messaging solution that lets you reliably send messages at no cost. FCM은 너가 안정적으로 무료로 메시지를 보낼 수 있도록 해주는 크로스플랫폼 솔루션이다. Using FCM, you can notify a client app that new email or other.. 2022. 12. 3.
remoteconfig GetX service로 데이터 받아오기 flutter 커뮤니티에서 질문이 와서 GetxService로 RemoteConfig 구현하는 것 공유하게 되었다. 관리 중인 remote Config 아래의 코드 import 'dart:convert'; import 'dart:io'; import 'package:firebase_remote_config/firebase_remote_config.dart'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:get/get.dart'; import 'package:matjipmemo/tools/logger.dart'; import 'package:package_info_plus/pack.. 2022. 12. 3.
flutter fcm icon terminated FlutterLocalNotificationsPlugin 앱이 켜져있을 때는 (포그라운드 상태)-> localNotification Plugin 으로 icon을 넣을 수 있는데, terminated 되었을 때나 background 일때는 어떻게 하는지 몰랐다. 나 처럼 궁금해하는 사람들이 많았다. https://stackoverflow.com/questions/66975932/how-to-show-a-local-notification-in-flutter-when-the-app-is-in-background-termi How to show a Local Notification in Flutter, when the app is in Background/Terminated and it receives an FCM notification? I am trying Imp.. 2022. 12. 3.
instagram 같은 gridview를 원한다면 .. https://pub.dev/packages/flutter_staggered_grid_view flutter_staggered_grid_view | Flutter Package Provides a collection of Flutter grids layouts (staggered, masonry, quilted, woven, etc.). pub.dev 2022. 12. 2.
728x90