Skip to content

SketchIDE offers Android and iOS developers a seamless experience with its stable Integrated Development Environment designed to streamline application creation with no coding!

License

MIT, CC-BY-4.0 licenses found

Licenses found

MIT
LICENSE
CC-BY-4.0
LICENSE-docs.txt
Notifications You must be signed in to change notification settings

sketchide/SketchIDE

🎨 SketchIDE

Prototype Status Development Version Telegram Group Telegram Channel GitHub Contributors GitHub Last Commit

⚠️ PROTOTYPE STATUS: SketchIDE is currently in active development as a prototype. This is not a production release and is intended for testing, feedback, and development purposes only.

SketchIDE is a visual mobile IDE that enables anyone to build native Android & iOS applications through an intuitive drag-and-drop interface. Built with Flutter for modern cross-platform development, SketchIDE makes app creation accessible without requiring coding knowledge.


✨ Core Capabilities

mindmap
  root((SketchIDE))
    Visual Design
      Drag & Drop UI Builder
      Material 3 Widgets
      Real-time Preview
      Fixed Device Frame
    Property Management
      Color-coded Properties
      Smart Property Editor
      Sequential Widget IDs
      Auto-validation
    Code Generation
      Flutter Code Output
      Real-time Updates
      Project Management
      Export Support
    Touch System
      Native Touch Handling
      Gesture Recognition
      Multi-touch Support
      Selection System
Loading

🎯 Visual Editor Features

  • Intuitive Drag & Drop Interface with smooth animations
  • Fixed Mobile Device Frame (360x640dp) for consistent design
  • Property Panel with slide-up animation and visual feedback
  • Smart Widget Management with auto-selection and validation
  • Real-time Visual Feedback during design operations

πŸ”§ Development Features

  • Live Flutter Code Generation from visual components
  • Sequential Widget Naming (text1, text2, text3, etc.)
  • Project File Management with organized structure
  • Cross-platform Output supporting Android and iOS
  • Offline Development with local project storage

🎨 Property System

  • Color-coded Property Types: Text (Blue), Size (Green), Color (Purple), Number (Orange)
  • Smart Property Validation with real-time error feedback
  • Comprehensive Widget Properties for complete customization
  • Visual Property Editor with intuitive controls

πŸš€ Current Development Status

βœ… Implemented Features

  • Visual drag & drop UI builder
  • Mobile device frame (360x640dp)
  • Property panel with animations
  • Touch controller system
  • Widget validation service
  • Flutter code generation
  • Project management
  • Frame widget system
  • Selection and feedback system

πŸ”„ In Development

  • Block-based logic editor
  • Advanced widget templates
  • Cloud build integration
  • Plugin system
  • Import/Export functionality
  • Advanced animations
  • Custom component library
  • Multi-screen support

πŸ“± App Development Workflow

graph LR
    A[πŸ“± Create Project] --> B[🎨 Design UI]
    B --> C[βš™οΈ Configure Properties]
    C --> D[πŸ”§ Add Logic]
    D --> E[πŸ‘€ Preview App]
    E --> F[πŸ“¦ Export Project]
    F --> G[πŸ—οΈ Build App]
    
    style A fill:#e1f5fe
    style B fill:#f3e5f5
    style C fill:#e8f5e8
    style D fill:#fff3e0
    style E fill:#fce4ec
    style F fill:#e0f2f1
    style G fill:#f1f8e9
Loading

Development Process

  1. Project Setup: Create new project with basic Flutter structure
  2. Visual Design: Use drag & drop to build UI with widgets
  3. Property Configuration: Customize widget properties using visual editor
  4. Logic Integration: Add interactive behavior (coming soon)
  5. Live Preview: See changes in real-time mobile frame
  6. Export & Build: Generate Flutter project for compilation

πŸ—οΈ Architecture Overview

graph TB
    subgraph "🎨 Presentation Layer"
        UI[Views & Widgets]
        VM[ViewModels]
    end
    
    subgraph "πŸ”§ Business Logic"
        SVC[Services]
        CTRL[Controllers]
    end
    
    subgraph "πŸ“Š Data Layer"
        MODELS[Models & Beans]
        STORAGE[Local Storage]
    end
    
    UI --> VM
    VM --> SVC
    SVC --> CTRL
    CTRL --> MODELS
    MODELS --> STORAGE
    
    style UI fill:#e3f2fd
    style VM fill:#f3e5f5
    style SVC fill:#e8f5e8
    style CTRL fill:#fff8e1
    style MODELS fill:#fce4ec
    style STORAGE fill:#e0f2f1
Loading

MVVM Architecture Pattern

  • Models: Data structures and business entities
  • Views: UI screens and user interfaces
  • ViewModels: Business logic and state management
  • Services: Core functionality and API communication
  • Controllers: Touch handling and user interactions

πŸ“Š Feature Matrix

Feature Category Implementation Status Description
🎨 Visual Editor βœ… Complete Drag & drop interface with mobile frame
πŸ”§ Property System βœ… Complete Color-coded property editor with validation
πŸ“± Touch System βœ… Complete Native-like touch handling and gestures
πŸ’Ύ Code Generation βœ… Complete Real-time Flutter code output
🎯 Widget System βœ… Complete Full widget palette with frame components
πŸ“¦ Project Management βœ… Complete Local project storage and organization
🧩 Logic Editor πŸ”„ In Progress Block-based programming interface
☁️ Cloud Integration πŸ“… Planned Cloud build and deployment

πŸ› οΈ Development Setup

Prerequisites

  • Flutter SDK (latest stable)
  • Dart SDK (included with Flutter)
  • Android Studio / VS Code
  • Git

Quick Start

# Clone the repository
git clone https://github.com/sketchide/SketchIDE.git

# Navigate to project directory
cd SketchIDE

# Install dependencies
flutter pub get

# Run the application
flutter run

Project Structure

SketchIDE/
β”œβ”€β”€ lib/
β”‚   β”œβ”€β”€ controllers/        # Touch & interaction handling
β”‚   β”œβ”€β”€ models/            # Data structures
β”‚   β”œβ”€β”€ services/          # Business logic services
β”‚   β”œβ”€β”€ viewmodels/        # MVVM view models
β”‚   β”œβ”€β”€ views/             # UI screens
β”‚   └── widgets/           # Reusable UI components
β”œβ”€β”€ assets/                # Images, icons, templates
└── android/ios/          # Platform-specific files

🀝 Contributing to the Prototype

We welcome contributions to help improve SketchIDE! Since this is a prototype, we're especially interested in:

🎯 Priority Areas

  • UI/UX Improvements: Enhance the visual design experience
  • Performance Optimization: Improve rendering and responsiveness
  • Feature Testing: Help identify bugs and edge cases
  • Documentation: Improve code documentation and user guides

πŸ“ Contribution Guidelines

  1. Fork the repository and create a feature branch
  2. Follow the existing code style and architecture patterns
  3. Add appropriate tests for new functionality
  4. Submit pull requests with clear descriptions
  5. Participate in code reviews and feedback

🏷️ Commit Convention

feat: add new widget to palette
fix: resolve touch handling issue
design: improve property panel UI
test: add unit tests for validation
docs: update README with new features

⚠️ Prototype Disclaimer

Important Notice: SketchIDE is currently a prototype in active development.

What This Means:

  • πŸ”§ Features may change without notice during development
  • πŸ› Bugs and issues are expected and being actively addressed
  • πŸ“± Not ready for production app development
  • πŸ”„ Frequent updates and changes to the codebase
  • πŸ’¬ Feedback is crucial for improving the final product

Testing & Feedback:

  • Test the visual editor and report any issues
  • Suggest improvements for user experience
  • Help identify missing features or functionality
  • Provide feedback on performance and stability

πŸ“ž Community & Support

Join Telegram Telegram Channel


πŸ“„ License

SketchIDE is open source software licensed under the MIT License.

MIT License - Free to use, modify, and distribute

This prototype is provided "as-is" for development and testing purposes. See LICENSE for full details.


Made with Flutter
πŸš€ Building the future of visual app development πŸš€

About

SketchIDE offers Android and iOS developers a seamless experience with its stable Integrated Development Environment designed to streamline application creation with no coding!

Topics

Resources

License

MIT, CC-BY-4.0 licenses found

Licenses found

MIT
LICENSE
CC-BY-4.0
LICENSE-docs.txt

Code of conduct

Security policy

Stars

Watchers

Forks

Contributors 8

Languages