masamune_ui 0.15.0+84 copy "masamune_ui: ^0.15.0+84" to clipboard
masamune_ui: ^0.15.0+84 copied to clipboard

discontinued

UI library using Masamune. Please be careful when using it normally, as it uses multiple external packages.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add masamune_ui

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  masamune_ui: ^0.15.0+84

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:masamune_ui/masamune_ui.dart';