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.