mirror of https://github.com/AMT-Cheif/drift.git
15 lines
485 B
YAML
15 lines
485 B
YAML
name: analyzer_load_moor_plugin
|
|
version: 1.0.0
|
|
description: This pubspec is a part of moor and determines the version of the moor analyzer to load
|
|
|
|
dependencies:
|
|
moor_generator: ^2.0.0
|
|
web_socket_channel: ^1.0.15
|
|
|
|
# These overrides are only needed when working on the plugin with useDebuggingVariant = false (not recommended)
|
|
|
|
#dependency_overrides:
|
|
# moor_generator:
|
|
# path: /home/simon/IdeaProjects/moor/moor_generator
|
|
# sqlparser:
|
|
# path: /home/simon/IdeaProjects/moor/sqlparser |