artisanal_widgets 0.1.0+1 copy "artisanal_widgets: ^0.1.0+1" to clipboard
artisanal_widgets: ^0.1.0+1 copied to clipboard

Widget system for composable TUI components, built on top of the artisanal terminal toolkit.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add artisanal_widgets

With Flutter:

 $ flutter pub add artisanal_widgets

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

dependencies:
  artisanal_widgets: ^0.1.0+1

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

Import it

Now in your Dart code, you can use:

import 'package:artisanal_widgets/artisanal_widgets.dart';
0
likes
160
points
49
downloads

Publisher

unverified uploader

Weekly Downloads

Widget system for composable TUI components, built on top of the artisanal terminal toolkit.

Repository (GitHub)
View/report issues

Topics

#cli #tui #terminal #widget

Documentation

API reference

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (license)

Dependencies

artisanal, image, meta

More

Packages that depend on artisanal_widgets