screenshot
Flutter 截圖套件(執行時)。將任何 Widget 當作影像擷取。
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.