Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 2.15 KB

README.md

File metadata and controls

56 lines (35 loc) · 2.15 KB

Belatuk Examples

Logo

Pub Version (including pre-releases) Null Safety Gitter License melos

A collection of thoroughly-commented example projects build with Angel3 framework.

Getting Started

The source code for Getting Started in Angel3

Examples

A simple user authentication application, storing a token in a token cookie, in Angel3.

A simple, anonymous text/multimedia board application in Angel3.

A simple Flutter chatting application with backend in Angel3.

An example of reverse proxy application in Angel3

An example of video stream application in Angel3

An example of graphQL application in Angel3

TODO

  • Update auth
    • Apply Bulma or Bootstrap layout
    • Add OAuth2 authentication with Google, Facebook and Twitter
    • Add flutter mobile app
  • Update flutter_chat
    • Change flutter mobile app state management to package:riverpod
  • Update star_wars app
    • Add flutter mobile app
    • Add web app
  • Update yewtube
    • Add flutter mobile app