Skip to content

Commit c5c3a18

Browse files
committed
🚀 Expose item builders entry
1 parent 4a13665 commit c5c3a18

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lib/builder.dart

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// Copyright 2019 The FlutterCandies author. All rights reserved.
2+
// Use of this source code is governed by an Apache license that can be found
3+
// in the LICENSE file.
4+
5+
export 'src/widget/builder/asset_entity_grid_item_builder.dart';
6+
export 'src/widget/builder/audio_page_builder.dart';
7+
export 'src/widget/builder/image_page_builder.dart';
8+
export 'src/widget/builder/video_page_builder.dart';

0 commit comments

Comments
 (0)