appwisp
  • App explorer
  • SDKs insights
  • API
  • Contact
  • About
  • API
  • Github
Ā© 2025 appwisp.com

Draw it

dev.sarthak.drawit

Total installs
39(39)
Rating
unknown
Released
May 29, 2025
Last updated
September 28, 2025
Category
Art & Design
Developer
Droid Decor
Developer details

Name
Droid Decor
E-mail
[email protected]
Website
unknown
Country
India
Address
unknown
Android SDKs

  • No items.
Draw it Header - AppWisp.com

Screenshots

Draw it Screenshot 1 - AppWisp.com
Draw it Screenshot 2 - AppWisp.com

Description

Draw it is a real-time collaborative canvas application developed using Flutter for the frontend and Node.js + Express with WebSocket for backend synchronization. The app allows multiple users to draw simultaneously on a shared board, demonstrating expertise in both cross-platform UI development and real-time network communication.

šŸš€ Key Objective:
Enable seamless, real-time collaboration on a shared drawing board using a performant, event-driven architecture.

🧱 Tech Stack:

Flutter (Dart): Cross-platform mobile frontend with gesture handling and custom rendering

Node.js + Express.js: Backend server with WebSocket support for persistent bi-directional communication

WebSocket (ws): For real-time synchronization of strokes across users

CustomPainter: Efficient frame-by-frame drawing on canvas

Permission Handler & RepaintBoundary: Save drawings as images on device

šŸ–Œļø Core Features:

āœļø Shared Real-Time Drawing: All participants see each other's strokes instantly using WebSocket broadcast.

šŸ“” Stateless WebSocket Server: Lightweight Node.js server maintains active socket connections and relays stroke events with low latency.

šŸŽØ Canvas Engine: Touch gestures are converted into drawable vector paths and rendered using Flutter's CustomPainter.

šŸ“ Export Canvas: Users can save their artwork as an image

šŸ”§ Modular Architecture: Separate layers for drawing logic, server events, and platform integration.