Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.11 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.11 KB

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!