728x90 개발/Flutter228 How to setting Theme of flutter circular Progress Indicator bar Color theme: ThemeData( progressIndicatorTheme: ProgressIndicatorThemeData( color: circularProgressbarColor //put color you want! ),) 2022. 1. 31. 로딩화면 제작 시 사용자 동작 못 하도록 만들기 https://stackoverflow.com/questions/54220859/flutter-disable-touch-on-the-entire-screen Flutter disable touch on the entire screen Is there any way to prevent my screen from receiving touch events, I don't want to disable touch for every Widget in my app. I just want to lock the app so that it doesn't receive touch events. How... stackoverflow.com AbsorbPointer 또는 IgnorePointer 사용하기 2022. 1. 31. 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. google map clustering 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 Google map maker들을 효율적으로 관리할 수 있는 clustering 기능을 쓸 수 있는 라이브러리가 있었다!, Marker랑 같이 지도 수정할 때 큰 도움이 될 것 같다. 한 번 공부해봐야겠다! 화이팅ㅎㅎ 2022. 1. 25. 이전 1 ··· 51 52 53 54 55 56 57 다음 728x90