Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (20 loc) · 819 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 819 Bytes

Create

A reactive programming framework built with Dart and Flutter, along with demo applications.

This is not an officially supported Google product.

Generic components:

  • elements: a library of core reactive datatypes (interfaces)
  • views: abstract widgets: view = (observable) model + (observable) style
  • flutterviews: view bindings implemented with Flutter
  • datastore: datastore with live query support and synchonization via cloud service

Applications:

  • counter: counter application written using the framework
  • briefing: information consumption interface
  • create: app builder that is in the process of being bootstrapped