Skip to content

Commit 8943053

Browse files
committed
Fix resources and api exports
Add barrel exports to the `resources` and `api` folders and export those from the root `lib` level. This should remove analysis errors when referencing private modules.
1 parent 2d306ba commit 8943053

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/resource.dart

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

0 commit comments

Comments
 (0)