Build a basic chat application in Dart 2 (Part 1)

Build a basic chat application in Dart 2 (Part 1)

5 years ago
Anonymous $ZPWJA6-QD2

https://codeburst.io/build-a-chat-application-in-dart-2-part-1-567eacdcf0c8

Real-time experience rule the web today. When done correctly, this results in responsive and fluid interfaces that contribute to a good user experience.

In this three-part series, we will implement real-time functionality by building the obligatory chat app. We will be working with various libraries that come with the Dart SDK to achieve this and the Bulma CSS Framework for the UI styles.