Skip to content

Repository files navigation

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: () => {},
)

How to Use

run demo project

$ cd apps/muse_demo
$ flutter pub get
$ flutter run

local development

Modify the muse_ui plugin in apps/muse_demo/pubspec.yaml to use a local path. By default, melos is automatically set to the local path and does not need to be modified.

Directory Structure

├── apps                # Examples related to Muse UI
│   └── muse_demo       Building applications using muse_ui
│
└── packages/muse_ui    # muse_ui source code
    └── lib             muse_ui source code root

License

MIT

About

Muse UI demo project.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages