profile
Flutter developer
post-thumbnail

[MongoDB] Atlas Search 한글 검색 설정

MongoDB의 atlas search를 이용해 검색 기능을 구축해보겠습니다. Atlas search 는 ElasticSearch 와 같은 Apache Lucene 기반의 검색엔진을 제공해주는데요, 이 Lucene의 장점은 다양한 언어에 형태소 분석 기능을 제공한다는

2023년 12월 15일
·
0개의 댓글
·
post-thumbnail

[Flutter] Text의 Size를 구해서 형광펜 친 모양 꾸미기

맨 밑에 바로 사용 가능한 Full code가 있으니 급하신 분은 모든 Step을 건너뛰고 맨 밑으로 가서 Full code를 가져가세요 :)먼저 HighLightedText 라는 이름의 새로운 Stateless Widget을 만들어 주겠습니다.이 위젯은 String

2022년 10월 28일
·
1개의 댓글
·
post-thumbnail

Android Studio Arctic Fox 2020.3.1 update error (m1 mac)

Some conflicts were found in the installation area.라고 뜨면서 업데이트를 못하게 한다.Contents/jre/Contents/Home/Frameworks/JavaNativeFoundation.framework/Versions/A

2021년 9월 13일
·
0개의 댓글
·
post-thumbnail

[Flutter] CocoaPods's specs repository is too out-of-date to satisfy dependencies. (m1 mac)

m1 맥을 사용한다면 pod repo update, pod install 대신 arch -x86_64 gem install ffi, arch -x86_64 pod repo update, arch -x86_64 pod install 커맨드를 이용하세요!

2021년 8월 27일
·
0개의 댓글
·