본문 바로가기
728x90

전체 글584

Create Gif file easily https://ezgif.com Animated GIF editor and GIF maker Easy to use online animated GIF maker and image editor. Upload and edit GIF images for free. Create, crop, resize, reverse, optimize and split animated GIFs, cut and resize videos, WebP and APNG animations. ezgif.com you can make gif file with not only image files, but also movie clip. You dont even need to download program. It works in web. 2022. 1. 30.
Infinite Scroll Firebase https://blog.litedevs.com/infinite-scroll-list-using-flutter-firebase-firestore Infinite Scroll List using Flutter Firebase Firestore. Reading data from firebase is expensive and if there is lot of data, only small portion of it would be visible to user. So why download all of it if we can use pagination method to achieve infinite scroll list. This is our data in Firebase Firestore... blog.lited.. 2022. 1. 30.
Firebase function - 태그 더하기 exports.addDocTag = functions.region("asia-northeast3").firestore .document("/Documents/{documentId}") .onWrite((snap, context) => { const snapshotDescription = snap.data().description; let reg = /@([\S]+)/igm; //regex let tags = (commentData['contents'].match(reg) || []).map(e => e.replace(reg, '$1')); if(tags.length>0){ functions.logger.log("Find tags ", context.params.documentId, tags); retur.. 2022. 1. 27.
Google map clustering 정말 멋진 Googlemap clustering library를 발견했다.. https://pub.dev/packages/google_maps_cluster_manager google_maps_cluster_manager | Flutter Package Simple Flutter clustering library for Google Maps based on Geohash. pub.dev 아래는 multiple group 예시가 있어서 내 맛에 맞게 살짝 변경했는데 너무 마음에 든다..ㅠㅠ import 'dart:async'; import 'dart:ui'; import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; i.. 2022. 1. 26.
728x90