Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maheshj01/Paint-Redesigned
A flutter Desktop App to do free drawing on the canvas.
https://github.com/maheshj01/Paint-Redesigned
canvas dart desktop flutter paint
Last synced: 4 days ago
JSON representation
A flutter Desktop App to do free drawing on the canvas.
- Host: GitHub
- URL: https://github.com/maheshj01/Paint-Redesigned
- Owner: maheshj01
- License: bsd-3-clause
- Created: 2020-05-03T12:51:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-04T23:31:50.000Z (about 1 year ago)
- Last Synced: 2024-08-01T12:24:20.959Z (3 months ago)
- Topics: canvas, dart, desktop, flutter, paint
- Language: Dart
- Homepage:
- Size: 386 KB
- Stars: 85
- Watchers: 3
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Paint Redesigned
A Paint app, targeting Desktop, built proudly with Flutter 💙. You are welcome to contribute and make features requests or file Issues.
# [Try it out on the web](https://paintredesigned.netlify.app/#/)
> Note that the web app deployed works with limited features as of today.### Features
- Basic features such as (brush/eraser size, custom color for brush and background)
- Undo-Redo paint Strokes
- Support Keyboard shortcuts
- Saves Last 5 Recent colors
- Download Canvas output to Image
- Precisely Zoom to any corner of the canvas
- Drag and Drop image on to the canvas to draw on image
- Runs exactly the same on Windows, Linux, MacOS (Thanks to Flutter)A sneak peek of the app
### v1.0.0
https://user-images.githubusercontent.com/31410839/149663917-5f71d8a5-736e-4248-ba96-c2a669ab8758.mov
### Custom Background
https://user-images.githubusercontent.com/31410839/150649723-eef33c53-3d8e-4e6e-aa4c-6c4181703e79.mov
### v0.1.0 (Initial Release)
![ezgif com-video-to-gif (1)](https://user-images.githubusercontent.com/31410839/82818971-36958e80-9ebd-11ea-91e3-f1b556a7901c.gif)
#### References:
- [Flutter Desktop Embedding Example](https://github.com/google/flutter-desktop-embedding/blob/master/testbed/lib/main.dart)
### Contributors
A huge shout out to Github copilot for its out of the world contributions.