Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

effectful_ui

shadcn-inspired Flutter widget library with direct style provisioning. Buttons, form fields, overlays, navigation, and layout primitives that compose without a wrapping theme.

Installation

dependencies:
  effectful_ui:
    git:
      url: https://github.com/editorstack/effectful
      path: effectful_ui

Usage

import 'package:effectful_ui/effectful_ui.dart';

See lib/effectful_ui.dart for the full export list and lib/src/components/ for the widget source.

License

MIT