Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 613 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 613 Bytes

Untangled is a very lightweight and independant design system created to work on all platforms including embedded systems. The only dependency is Flutter and Dart.

Features

Button Card

Getting started

Follow these steps to use this package

Add dependency

import 'package:untangled/button.dart';

Usage

Button(
    label: false,
    onTap: () {},
)

Additional information

TODO: Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.