image_gen 0.2.2
image_gen: ^0.2.2 copied to clipboard
A tool to generate images from dart code.
Image gen #
This plugin makes programmers create images easy
How to use it?
See the example, please.
After creating your dart file, run: dart run build_runner build
, and then you can get an image in your assets folder.
Limit #
You can not import any package in your code that is used for generating.
Todo #
make some tools in this plugin that can make it easy to draw images.