0 purchases
desktop ui
Desktop UI #
A UI component library for building desktop applications. 🎉 简体中文
Component List #
General #
✅ Button
✅ Icon
✅ Typography
Layout #
✅ Grid
⬜️ Layout
✅ Divider
✅ Space
✅ Cell
⬜️ Collaspse
⬜️ Split
✅ Card
Navigation #
⬜️ Affix
⬜️ Anchor
⬜️ Breadcrumb
⬜️ Menu
⬜️ Steps
⬜️ Page
⬜️ Tabs
⬜️ Dropdown
Form #
⬜️ Input
⬜️ Radio
⬜️ Checkbox
⬜️ Switch
⬜️ Table
⬜️ Select
⬜️ AutoComplete
⬜️ Slider
⬜️ DatePicker
⬜️ TimePicker
⬜️ Cascader
⬜️ Transfer
⬜️ InputNumber
✅ Rate
⬜️ Upload
⬜️ ColorPicker
⬜️ Form
⬜️ Mentions
⬜️ TreeSelect
Action Feedback #
✅ Alert
⬜️ Message
⬜️ Notice
⬜️ Modal
⬜️ Drawer
⬜️ Popconfirm
⬜️ Spin
View Show #
⬜️ Tree
⬜️ Tooltip
⬜️ Popover
⬜️ Progress
⬜️ Skeleton
✅ Avatar
✅ Badge
✅ Tag
⬜️ Carousel
⬜️ TimeLine
⬜️ Time
⬜️ Image
⬜️ List
✅ Empty
⬜️ Statistic
⬜️ Comment
⬜️ Descriptions
⬜️ Calendar
Other #
⬜️ BackTop
Use #
Add Project Dependencies #
Add the following dependencies to the 'pubspec.yaml' file corresponding to your project or package.
dependencies:
desktop_ui: ^latest
copied to clipboard
Install Dependencies #
Run the install package command to install the dependency packages.
> flutter pub get
copied to clipboard
Import Libary File #
import 'package:desktop_ui/desktop_ui.dart';
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.