This is a flutter plugin for Graviton Editor
- Run a project to your devices ( not emulators yet )
- Hot reload to update changes
WIP, Contributions / suggestions are welcomed.
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.