Lee young-junPresenting Bottom Sheet using ViewModel in FlutterMy new app uses a bottom sheet to create a new party and the bottom sheet leverages data from the view model of the screen.Jun 10, 2024Jun 10, 2024
Lee young-junImplementing KakaoTalk Chat List View in FlutterI am creating a new app containing a chat feature using Flutter. I made input box in the previous article.Jun 4, 2024Jun 4, 2024
Lee young-junImplementing KakaoTalk Chat Input Box in FlutterMy new app contains a chat feature. So I wanted to mimic the chatting input box of KakaoTalk.May 9, 2024May 9, 2024
Lee young-junStreaming Firestore in FlutterTo implement chat feature, I planned to load entire message once and listen new messages.Apr 4, 2024Apr 4, 2024
Lee young-junStream Unit Test in Flutter with MokitoI’m creating a new app with Flutter and I tested units with Mokito. I can test Future functions with await.Mar 26, 2024Mar 26, 2024
Lee young-junFirestore Field Default TimestampI created a model for the chat message like this.Mar 19, 2024Mar 19, 2024
Lee young-junA RenderViewport expected a child of type RenderSliver but received a child of type RenderParagraphI changed the future list to stream for list. However my app crashed with this error. 😞Mar 18, 2024Mar 18, 2024
Lee young-junDart Handbook for Typescript DevelopersBefore diving into Flutter development, I made a habit of studying on my way home after work every day.Oct 14, 2023Oct 14, 2023