File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,17 @@ repos:
1515 args : ["format", "."]
1616 language : system
1717 types : [bash]
18+ - id : test-code
19+ name : Flutter test code
20+ always_run : true
21+ entry : flutter
22+ args : ["test"]
23+ language : system
24+ types : [bash]
25+ - id : static-code-analysis
26+ name : Flutter analyze code
27+ always_run : true
28+ entry : flutter
29+ args : ["analyze"]
30+ language : system
31+ types : [bash]
Original file line number Diff line number Diff line change 11import 'dart:collection' ;
2- import 'dart:typed_data' ;
32
3+ import 'package:test/test.dart' ;
44import 'package:xid/src/base32codec.dart' ;
55import 'package:xid/xid.dart' ;
6- import 'package:test/test.dart' ;
76
87void main () {
98 group ('Assert xid is created correctly ' , () {
You can’t perform that action at this time.
0 commit comments