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
- 🖊️ 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!
-
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 webDeploy 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.