forked from XianyuTech/aspectd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
28 lines (22 loc) · 720 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
28 lines (22 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: aspectd
description: AOP for Flutter. AspectD is an AOP(aspect oriented programming) framework for dart. It provides call&execute&inject grammar.
version: 1.1.0
homepage: https://github.com/alibaba-flutter/aspectd
environment:
sdk: ">=2.3.0-dev.68.0 <3.0.0"
dev_dependencies:
kernel: any
dependency_overrides:
kernel:
git:
url: git@github.com:XianyuTech/sdk.git
ref: stable/v2.2.3
path: pkg/kernel
meta:
git:
url: git@github.com:XianyuTech/sdk.git
ref: stable/v2.2.3
path: pkg/meta
# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
# The following section is specific to Flutter.