Skip to content

Commit

Permalink
Export stateProp (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy authored Jan 3, 2025
1 parent 6741b54 commit d5aa0f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lib/spot.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export 'package:spot/src/spot/props.dart'
WidgetSelectorProp,
elementProp,
renderObjectProp,
stateProp,
widgetProp;
export 'package:spot/src/spot/selectors.dart'
show
Expand Down
1 change: 0 additions & 1 deletion test/spot/read_prop_test.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:spot/spot.dart';
import 'package:spot/src/spot/props.dart';

void main() {
group('WidgetSelector', () {
Expand Down

0 comments on commit d5aa0f8

Please sign in to comment.