Skip to content

angel-example/flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!