beui 1.2.0 copy "beui: ^1.2.0" to clipboard
beui: ^1.2.0 copied to clipboard

Spring-physics motion components for Flutter — a one-to-one port of the beUI React library, from switches and docks to shader backgrounds.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'explorer/explorer_app.dart';

/// The beUI component explorer — a Flutter gallery that mirrors the layout and
/// feel of beui.dev's component explorer (sidebar + card grid + detail pages)
/// across Components, Blocks and the Motion Guides. Each detail page's Preview
/// tab renders the real ported widget, so the gallery doubles as the living
/// showcase and the render target for golden tests.
///
/// The chrome lives in `explorer/`; the individual demos live in `demos/`.
void main() => runApp(const BeuiExplorerApp());
0
likes
140
points
234
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Spring-physics motion components for Flutter — a one-to-one port of the beUI React library, from switches and docks to shader backgrounds.

Homepage
Repository (GitHub)
View/report issues

Topics

#ui #animation #motion #widget #components

License

MIT (license)

Dependencies

clock, flutter, flutter_lucide, motor

More

Packages that depend on beui