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 ;
22import 'package:test/test.dart' ;
33
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
44repository : https://github.com/graph-cn/nebula_dart_gdbc
55
66environment :
7- sdk : ' >=2.19.0 <3 .0.0'
7+ sdk : ' >=2.19.0 <4 .0.0'
88
99dependencies :
1010 fbthrift : ^1.0.0+1
1111 dart_gdbc : ^0.0.1+3
12- # dart_gdbc:
13- # path: ../dart_gdbc
1412
1513dev_dependencies :
1614 lints : ^2.0.0
You can’t perform that action at this time.
0 commit comments