Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (24 loc) · 584 Bytes

readme.md

File metadata and controls

32 lines (24 loc) · 584 Bytes

🕊 Flutter

This is a flutter plugin for Graviton Editor

✨ Features:

  • Run a project to your devices ( not emulators yet )
  • Hot reload to update changes

WIP, Contributions / suggestions are welcomed.

🕹 Developing

Clone the repo to the desired .graviton2/plugins:

git clone https://github.com/Graviton-Code-Editor/flutter-plugin.git 

Install dependencies:

npm install

Run locally:

npm run watch

Build (optional):

npm run build

Made by Marc Espín Sanz.