necrophilia 0.0.3
necrophilia: ^0.0.3 copied to clipboard
Provides common useless widgets built with macros. This package is useless while macros is experimental.
This is an example of macros #
What awesome possibilities would macros provide?
BTW, macros development was discontinued.
Stillborn Creature. #
In this pack you will find the following useless things:
- TopLeft TopCenter TopRight CenterLeft ________ CenterRight BottomLeft BottomCenter BottomRight Similar to [Center] from flutter package, they align [child].
- Circle. Yes, it creates a circle.
Usage #
const topLeftCircle = const TopLeft(
child: Circle(radius: 10.0, color: Colors.red),
);