v360_ui 1.0.0 copy "v360_ui: ^1.0.0" to clipboard
v360_ui: ^1.0.0 copied to clipboard

A comprehensive Flutter UI component library built on top of ForUI with styled buttons, dialogs, tiles, cards, and input controls.

v360_ui is a comprehensive Flutter UI component library providing a collection of reusable, well-designed widgets for building modern user interfaces.

Features #

  • Display Components: Alert, Avatar, Badge, Icon, Progress, Info Item
  • Form Components: Button, Checkbox, Select, Text Field
  • Layout Components: Card, Collapsible Panel, Divider, Image Container, List, List Item, Table, Tile, Tile Group
  • Overlay Components: Dialog, Popover, Popover Menu, Toaster
  • Typography Components: Detail, Text List, Title
  • Common Utilities: Color definitions and utilities

Getting started #

Add v360_ui to your pubspec.yaml:

dependencies:
  v360_ui:
    path: ../v360_ui

Usage #

Import the complete library:

import 'package:v360_ui/v360_ui.dart';

// Use any component from the library
VButton(
  label: 'Click me',
  onPressed: () {},
)

Or import specific components as needed:

import 'package:v360_ui/form/v_button.dart';
import 'package:v360_ui/display/v_avatar.dart';

Additional information #

For more information about contributing or reporting issues, please refer to the main project repository.

0
likes
0
points
67
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter UI component library built on top of ForUI with styled buttons, dialogs, tiles, cards, and input controls.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_hooks, forui

More

Packages that depend on v360_ui