본문 바로가기
728x90

분류 전체보기510

알고리아 getting start (1-2) What can Algolia do for my business?(알골리아는 내 사업을 위해 무엇을 할 수 있을까?​) Algolia provides a dashboard that lets you customize your search and view Search Analytics without any coding. The dashboard enables business and marketing teams to engage and customize the search experience of your users. With it, you can: Promote specific products or brands. Add personalization to your search. Test different se.. 2022. 2. 24.
알고리아 Gettingstart(1-1) What is Algoila? 알고리아가 뭐지? Your users almost certainly use at least one of YouTube, Amazon, and Facebook. An essential feature that these big websites share is great search. The reason they have great search is because they have hundreds or thousands of people working on it full-time. Because your users are constantly exposed to great search on these platforms, they expect to find it on every si.. 2022. 2. 24.
예쁜 드롭다운 버튼 (pretty dropdown button from pub.dev) https://pub.dev/packages/dropdown_button2 dropdown_button2 | Flutter Package Flutter's core Dropdown Button widget with steady dropdown menu and many options you can customize to your needs. pub.dev 2022. 2. 21.
Flutter에서 js 정규식이 안써지는 이유 js 의 정규식을 계속 쓰려고 해봤는데 flutter에서 써지지 않았다. 정답-> js에서는 var string2 = string.split('/[,>]+/'); 이런식으로 정규식 표현을 하지만 flutter에서는 var string2 = string.split(RegExp('[,>]+')); 이런식으로 표현해야한다. regex안에 넣어주고 대신에 //을 빼준다! 더 많은 정보가 필요하다면 다음 영상을 시청 바란다. https://www.youtube.com/watch?v=t3M6toIflyQ 정규식 연습은 아래 페이지에서 가능합니다 https://regexr.com RegExr: Learn, Build, & Test RegEx RegExr is an online tool to learn, build, .. 2022. 2. 20.
728x90