angel-example / flutter

A realtime chatroom built wih Angel and Flutter.

Home Page:https://dart.academy/building-a-real-time-chat-app-with-angel-and-flutter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flutter

Tutorial on Dart Academy

A realtime chatroom built with Angel and Flutter.

This application uses WebSockets and local authentication, as well as service hooks. In terms of server-side code, it is relatively simple; this serves as a testament to Angel's promise of expedited development cycles.

Login Screen Chat Screen

Organization

This project is divided into three sub-projects:

  • common - Shared code, i.e. models.
  • server - A server powered by the Angel framework
  • client - A mobile app, written with Flutter, that queries the server.

Learn More

The Angel Framework

To learn more about the Angel framework, check out the main website and wiki.

Also consider starring the main repo! Thank you!

About

A realtime chatroom built wih Angel and Flutter.

https://dart.academy/building-a-real-time-chat-app-with-angel-and-flutter/


Languages

Language:Dart 90.7%Language:HTML 4.4%Language:Ruby 2.3%Language:Objective-C 1.7%Language:Java 0.9%