본문 바로가기
728x90

분류 전체보기506

거꾸로 써서 위치가 아래부터 나올때 https://stackoverflow.com/questions/55095773/reverse-list-in-listview-builder-in-flutter Reverse list in ListView.builder in Flutter I wanted to reverse list and I have achieved this by using reverse: true,. It is working, but the list has aligned to the bottom and showing blank space at the top when the list has least items. stackoverflow.com Align( alignment: Alignment.topCenter, child: ListVi.. 2022. 1. 24.
혼자 개발할 때 좋은 점 나는 1인 개발자 회사에서 일 할 때 보다 혼자 개발할 때 좋은 점.. 1. 미래에 대한 기대감에 일하는 것이 즐겁다. 이게 잘 되면 나는 뭐하지? 마치 복권을 산 듯한 느낌이 든다. 반대로 회사에서 일할 때는 내가 열심히 해봤자 인센티브는 사장이 가져가는 것이다. 나는 어차피 정해진 월급대로 살아가는 것일뿐.. 내가 열심히 일해야할 이유를 차지 못 한다. 2. 이런저런 회의나 결재 등 번거로운 것을 할 필요가 없어진다. 내가 곧 선장이며 항해사이다. 누구 말 의견을 물을 필요가 없다. 회사를 다니면 많은 시간을 의사결정에 보내곤 한다. 혹시 더 있다면 댓글 남겨주세요!ㅎㅎ 2022. 1. 23.
stream cancel 하기 GetXcontroller에서 stream 걸어서 원하는 Firestore document를 감시하곤 한다. 그런데 해당 페이지를 벗어나게 되었을 때 stream을 풀어줘야. 원치 않는 firebase 서버 요청을 줄일 수 있다고 생각한다. 그래서 이번에는 stream을 cancel하는 방법을 알아보고자 한다. 아래와 같은 stackoverflow 답변을 참조하여 문제를 해결하였다. https://stackoverflow.com/questions/44450758/cancel-stream-ondata Cancel stream onData I have an event bus that handles all central events to my app. I have a special case where I ha.. 2022. 1. 23.
flutter scroll bottom으로 보내기 채팅 시스템을 구현할 때, 스크롤을 가장 아래로 두고 싶을 때가 있다. 어떻게 하면 편하게 구현할 지 검색했는데.. 역시 해답은 stackoverflow에 있었다! https://stackoverflow.com/questions/47916247/flutter-scroll-to-bottom-of-dynamic-listview Flutter scroll to bottom of Dynamic ListView I have looked and found several solutions but none seem to fit my configuration and need some assistance. I will put all my code here and see if anyone knows where to appl.. 2022. 1. 23.
728x90