flit

A Flutter-inspired UI toolkit for Nim. API reference.

Three quick entry points: flit (the umbrella import), alphabetical symbol index, or jump to a module below.

Foundation

Core types and the runtime that drives the build/layout/paint cycle.

State management quick reference: see ValueNotifier[T] for a subscribable cell, and dependOnInheritedOfType[T] for ancestor-data subscriptions via InheritedWidget. Worked example in examples/state_demo/main.nim.

Widgets

Design libraries

Material

Cupertino

Animation & gestures

Rendering (internal)

Render objects that back the widgets above. Most users don't import these directly.

Platform runners


Generated by nim doc --project. Regenerate with nimble docs.