screenshot
Flutter 스크린샷 패키지(런타임). 어떤 위젯도 이미지로 캡처합니다.
EditNest은 Flutter로 구현된 빠르고 가볍며 오픈소스인 캔버스 편집기입니다. 다양한 폰트, 크기, 색상, 위치로 텍스트를 추가하고 사용자 정의할 수 있으며, 배경색을 지원하고 원활한 편집을 위한 완전한 취소/다시실행 기록을 제공합니다.
{"sdk":"flutter"}^1.0.2——————{"sdk":"flutter"}^6.0.0아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
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
Clone the repository:
git clone https://github.com/your-username/editnest.git
cd editnest
Install dependencies:
flutter pub get
Run the app:
flutter run -d chrome
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.).
Contributions, issues, and feature requests are welcome! Feel free to check out the issues page.
This project is licensed under the MIT License – free to use and modify.