oxygene 1.0.1
oxygene: ^1.0.1 copied to clipboard
A Flutter widget for modeling plants and plant-like structures.
1.0.1 #
- Updated package description to English.
- Added
isComplexandwillChangehints toCustomPaintfor better rendering performance.
1.0.0 #
- Initial release.
Oxygenewidget — a read-only, non-interactive preview that renders an L-system / turtle-graphics tree from a genome string and fits it to its box.- Accepts both the plain genome form and the compact short form
(
<old> || <buffer> | <count>); the widget expands the short form itself. - Configurable
width,height,backgroundColor, andleafScale. - Invalid genomes fail soft (truncated/blank tree, never a thrown exception).