mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-03 20:36:31 +08:00
 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>
22 lines
357 B
YAML
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
|