◐ Shell
clean mode source ↗

GitHub - google/create-framework

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

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