File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change
1
+ [submodule "deps/dart_gdbc "]
2
+ path = deps/dart_gdbc
3
+ url = https://github.com/graph-cn/dart_gdbc.git
Original file line number Diff line number Diff line change 1
- import 'package:example/example.dart' ;
1
+ import 'package:example/example.dart' as example ;
2
2
import 'package:test/test.dart' ;
3
3
4
- void main () {}
4
+ void main () {
5
+ test ('run main' , () async {
6
+ example.main ([]);
7
+ });
8
+ }
Original file line number Diff line number Diff line change @@ -4,13 +4,11 @@ version: 0.0.1+1
4
4
repository : https://github.com/graph-cn/nebula_dart_gdbc
5
5
6
6
environment :
7
- sdk : ' >=2.19.0 <3 .0.0'
7
+ sdk : ' >=2.19.0 <4 .0.0'
8
8
9
9
dependencies :
10
10
fbthrift : ^1.0.0+1
11
11
dart_gdbc : ^0.0.1+3
12
- # dart_gdbc:
13
- # path: ../dart_gdbc
14
12
15
13
dev_dependencies :
16
14
lints : ^2.0.0
You can’t perform that action at this time.
0 commit comments