FLUTTER ECOSYSTEM

arinagrawal05/editnest_editor

EditNest は、Flutter で構築された高速で軽量なオープンソースのキャンバスエディタです。さまざまなフォント、サイズ、色、位置でテキストを追加・カスタマイズでき、背景色をサポートし、スムーズな編集のために完全な元に戻す/やり直し履歴を提供します。

Editnest のプロジェクト画像
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.