Quick FluxUser Guide

Overview

Quick Flux is a support library that aids Alien-Factory in the development of other libraries, frameworks and applications. Though you are welcome to use it, you may find features are missing and the documentation incomplete.

Quick Flux is a framework for quickly throwing together visual CRUD applications in flux.

Install

Install Quick Flux with the Fantom Repository Manager ( fanr ):

C:\> fanr install -r http://repo.status302.com/fanr/ afQuickFlux

To use in a Fantom project, add a dependency to build.fan:

depends = ["sys 1.0", ..., "afQuickFlux 0.0+"]

Documentation

Full API & fandocs are available on the Status302 repository.

Release Notes

v0.0.14