Files
Lukas Klingsbo c92910c688 feat: Initial functionality of flame_devtools (#3061)
![image](https://github.com/flame-engine/flame/assets/744771/4ca93f5f-369e-4644-b7fb-1d7790b962e2)

This adds a structure and some basic functionality for the Flame
devtools extension.

Later I will add a pre/post-hook for publishing to Melos so that it can
build the devtools extension before publishing (and remove the directory
afterwards), since it isn't committed to this repository. For now one
has to run `melos devtools-build` before publishing.

---------

Co-authored-by: Renan <6718144+renancaraujo@users.noreply.github.com>
Co-authored-by: Erick <erickzanardoo@gmail.com>
2024-03-05 01:04:43 +01:00

22 lines
357 B
YAML

name: flame_devtools
description: "The DevTools extension for Flame"
publish_to: 'none'
version: 0.1.0
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
devtools_app_shared: ^0.0.9
devtools_extensions: ^0.0.13
flutter:
sdk: flutter
dev_dependencies:
flame_lint: ^1.1.2
flutter_test:
sdk: flutter
flutter:
uses-material-design: true