본문 바로가기
728x90

개발/Flutter225

flutter google map circle 그리기 https://stackoverflow.com/questions/54211577/how-to-create-circle-on-current-location-in-flutter How to create circle on current location in flutter I am working on flutter project.On which I have to draw one circle on my current location on google map.Does any one have idea. I want like this in flutter Thanks in advance. stackoverflow.com 2022. 5. 24.
Flutter TAG LIST 만드는 방법 https://medium.com/nonstopio/flutter-tags-7410bd6a5835 Flutter Tags The below gif represents how to add and remove tags in the flutter. medium.com 2022. 5. 23.
get.to 로 같은 페이지 열기 onTap: (){ logger.d('click item'); Get.to(()=>DetailMatjipPage(linkedMatjip!, onlyone: true,), preventDuplicates: false); }, preventDuplicates: false 이 항목을 별도로 설정해줘야한다.(설정해주지 않을 시 동일한 페이지가 연속으로 열리지 않음ㅠㅠ) 2022. 5. 21.
인스타그램에 내 앱 광고하기 다른 블로그를 충분히 보고 facebook 광고페이지를 만들어서, 광고 세트까지 만들 수 있는 단계까지 왔다고 생각을 하고 진행하겠다. facebook에서 앱을 설치한 것을 확인하려면 일단 developer에 앱 정보를 작성해야한다. 그리고 flutter에서 동작시켰을 때 확인하는 방법으로 pub.dev에서 facebook_app_events: ^0.16.0를 설치해줬다. https://pub.dev/packages/facebook_app_events facebook_app_events | Flutter Package Flutter plugin for Facebook App Events, an app measurement solution that provides insight on app usage an.. 2022. 5. 21.
728x90