https://github.com/angel-example/flutter
A realtime chatroom built wih Angel and Flutter.
https://github.com/angel-example/flutter
angel-framework dart flutter
Last synced: about 1 year ago
JSON representation
A realtime chatroom built wih Angel and Flutter.
- Host: GitHub
- URL: https://github.com/angel-example/flutter
- Owner: angel-example
- Created: 2017-07-20T03:51:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T04:38:59.000Z (over 5 years ago)
- Last Synced: 2024-11-15T15:41:33.564Z (over 1 year ago)
- Topics: angel-framework, dart, flutter
- Language: Dart
- Homepage: https://dart.academy/building-a-real-time-chat-app-with-angel-and-flutter/
- Size: 574 KB
- Stars: 77
- Watchers: 8
- Forks: 25
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flutter
[Tutorial on Dart Academy](https://dart.academy/building-a-real-time-chat-app-with-angel-and-flutter/)
A realtime chatroom built with
[Angel](https://angel-dart.github.io) and
[Flutter](https://flutter.io).
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.


## 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](https://flutter.io), that queries the `server`.
## Learn More
[](https://angel-dart.github.io)
To learn more about the Angel framework, check out the
[main website](https://angel-dart.github.io) and
[wiki](https://github.com/angel-dart/angel/wiki).
Also consider starring the [main repo](https://github.com/angel-dart/angel)! Thank you!