## 해당 TIL은 주어진 과제를 수행하면서 얻은 학습 내용과, 시행착오 등등을 종합해서 작성한것임 1. 채팅 구현할때 사용하면 좋은 라이브러리 chat_bubbles | Flutter packageFlutter chat bubble widgets, similar to Whatsapp and more shapes. Easy to use and implement chat bubbles.pub.dev chat_bubbles 라는 라이브러리는, 채팅을 UI 에 표시할때, 유용하다.채팅앱을 만들어 보고 싶다면, 한번 사용해 보는것을 추천!BubbleSpecialThree( text: 'Added iMessage shape bubbles', color: Color(0xFF1B97F3), tail: false..