• Stars
    star
    239
  • Rank 168,763 (Top 4 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created about 6 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Sample Flutter Drawing App which allows the user to draw onto the canvas along with color picker and brush thickness slider.

DrawApp

Awesome Flutter

Sample Flutter Drawing App which allows the user to draw onto the canvas along with color picker and brush thickness slider.

All code free to use and located within /lib.

Special thanks to stackoverflow user Andrey Turkovsky for helping out with color per drawn line issue.

Merged with domesticmouse/drawapp which added cool stuff like BLoC pattern and tests. Go here if you want a version without these which might be easily to understand for those without BLoC knowledge.