Skip to content

Commit 1de845a

Browse files
authored
feat: export TestEvents (#1)
1 parent 1842390 commit 1de845a

File tree

9 files changed

+908
-19
lines changed

9 files changed

+908
-19
lines changed

build.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
targets:
2+
$default:
3+
builders:
4+
source_gen|combining_builder:
5+
options:
6+
ignore_for_file:
7+
- implicit_dynamic_parameter
8+
- cast_nullable_to_non_nullable
9+
- require_trailing_commas
10+
- lines_longer_than_80_chars
11+
json_serializable:
12+
options:
13+
create_to_json: false
14+
checked: true

lib/src/models/models.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export 'test_event.dart';

0 commit comments

Comments
 (0)