FLUTTER ECOSYSTEM

arinagrawal05/editnest_editor

EditNest은 Flutter로 구현된 빠르고 가볍며 오픈소스인 캔버스 편집기입니다. 다양한 폰트, 크기, 색상, 위치로 텍스트를 추가하고 사용자 정의할 수 있으며, 배경색을 지원하고 원활한 편집을 위한 완전한 취소/다시실행 기록을 제공합니다.

에디트네스트 프로젝트 이미지
Stars
1
Forks
0
최근 푸시(UTC)
2025. 10. 16.
프로젝트 상태
활성
Arin Agrawal GitHub avatar
GITHUB User

Arin Agrawal ↗

Being into mobile dev for 3 years, I have done two internships, built CalcQuest (25k users with 4.9⭐) and opensourced some packages on flutter and homebrew

CelebrareDehradun공식 웹사이트 ↗
언어DartC++CMakeSwiftHTMLCKotlinObjective-C

기술 주제

관련 패키지 및 예제

사용 중인 의존성

의존성 목록 10 개

앱 카테고리

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

License: MIT

EditNest 🎨

A lightweight, blazing-fast canvas editor built with Flutter. With EditNest, you can quickly create and customize text-based designs right in your browser.

🚀 Try it live: editnest.netlify.app


✨ Features

  • 🖊️ Text Editing – Add and customize text on the canvas
  • 🔤 Font Control – Change font family, size, and color with ease
  • 🎯 Positioning – Move and place text anywhere on the canvas
  • 🖼️ Backgrounds – Apply solid background colors for designs
  • History Management – Keeps track of your edits
  • ↩️ Undo & Redo – Easily step backward or forward through changes
  • Fast & Lightweight – Built on Flutter for smooth performance
  • 🛠️ Open Source – Contributions are welcome!

🚀 Getting Started

Run Locally
  1. Clone the repository:

    git clone https://github.com/your-username/editnest.git
    cd editnest
    
  2. Install dependencies:

    flutter pub get
    
  3. Run the app:

    flutter run -d chrome
    

🌐 Deployment

The app is already live at editnest.netlify.app via Netlify. You can also build your own release version:

flutter build web

Deploy the generated /build/web folder to any static hosting service (Netlify, Vercel, GitHub Pages, etc.).


🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check out the issues page.


📜 License

This project is licensed under the MIT License – free to use and modify.