muse_ui 0.0.2 copy "muse_ui: ^0.0.2" to clipboard
muse_ui: ^0.0.2 copied to clipboard

UI elements for Flutter.

Muse UI #

English | 简体中文

UI elements for Flutter

The current repository is created out of personal interest and my experience in front-end development, as a Flutter-based UI library project.

The goal of this project is to build a practical, convenient, and simple Flutter UI component library.

This aims to facilitate daily complex business development by focusing on business functionality and custom component development.

UI Widgets #

Getting started #

Install muse_ui #

$ flutter pub add muse_ui

Import it #

import 'package:muse_ui/button/muse_button.dart';
import 'package:muse_ui/button/types.dart';

Use #

MuseButton(
  text: "Square",
  type: ButtonType.primary,
  borderType: ButtonBorderType.square,
  click: () => {},
)

License #

MIT

2
likes
125
points
8
downloads

Publisher

verified publishermusetools.uk

Weekly Downloads

UI elements for Flutter.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on muse_ui