File tree Expand file tree Collapse file tree 7 files changed +8
-6
lines changed Expand file tree Collapse file tree 7 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import 'package:flutter/material.dart';
7
7
import 'package:flutter/services.dart' ;
8
8
9
9
import '../delegates/camera_picker_text_delegate.dart' ;
10
- import '../internals/ type_defs.dart' ;
10
+ import 'type_defs.dart' ;
11
11
12
12
/// {@template wechat_camera_picker.CameraPickerConfig}
13
13
/// Configurations for the [CameraPicker] .
File renamed without changes.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import 'dart:io' show File;
8
8
import 'package:camera/camera.dart' show CameraController, CameraValue;
9
9
import 'package:flutter/widgets.dart' show BuildContext, Widget;
10
10
11
- import '../internals/ enums.dart' ;
11
+ import 'enums.dart' ;
12
12
13
13
/// {@template wechat_camera_picker.EntitySaveCallback}
14
14
/// The callback type define for saving entity in the viewer.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import 'dart:developer';
7
7
import 'package:flutter/foundation.dart' ;
8
8
9
9
import 'extensions.dart' ;
10
- import 'type_defs.dart' ;
10
+ import '../constants/ type_defs.dart' ;
11
11
12
12
/// Log only in debug mode.
13
13
/// 只在调试模式打印
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ import 'package:flutter/services.dart';
16
16
17
17
import '../constants/config.dart' ;
18
18
import '../constants/constants.dart' ;
19
+ import '../constants/enums.dart' ;
19
20
import '../constants/styles.dart' ;
20
21
import '../delegates/camera_picker_text_delegate.dart' ;
21
- import '../internals/enums.dart' ;
22
22
import '../internals/extensions.dart' ;
23
23
import '../internals/methods.dart' ;
24
24
import '../widgets/circular_progress_bar.dart' ;
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ import 'package:path/path.dart' as path;
12
12
import 'package:video_player/video_player.dart' ;
13
13
14
14
import '../constants/constants.dart' ;
15
- import '../internals/enums.dart' ;
15
+ import '../constants/enums.dart' ;
16
+ import '../constants/type_defs.dart' ;
16
17
import '../internals/methods.dart' ;
17
- import '../internals/type_defs.dart' ;
18
18
19
19
import 'camera_picker.dart' ;
20
20
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ export 'package:camera/camera.dart';
4
4
export 'package:photo_manager/photo_manager.dart' ;
5
5
6
6
export 'src/constants/config.dart' ;
7
+ export 'src/constants/enums.dart' ;
8
+ export 'src/constants/type_defs.dart' ;
7
9
export 'src/delegates/camera_picker_text_delegate.dart' ;
8
10
export 'src/widgets/camera_picker.dart' ;
9
11
export 'src/widgets/camera_picker_page_route.dart' ;
You can’t perform that action at this time.
0 commit comments