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.
Button Card
Follow these steps to use this package
import 'package:untangled/button.dart';
Button(
label: false,
onTap: () {},
)
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.