-
Notifications
You must be signed in to change notification settings - Fork 271
/
Copy pathflick_video_player.dart
35 lines (28 loc) · 1.61 KB
/
flick_video_player.dart
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
export './src/flick_video_player.dart';
export './src/utils/flick_manager_builder.dart';
export './src/manager/flick_manager.dart';
export './src/widgets/action_widgets/flick_seek_video_action.dart';
export './src/widgets/action_widgets/flick_show_control_action.dart';
export './src/widgets/action_widgets/flick_show_control_action_web.dart';
export './src/widgets/action_widgets/flick_toggle_play_action.dart';
export './src/widgets/action_widgets/flick_toggle_sound_action.dart';
export './src/widgets/helpers/flick_auto_hide_child.dart';
export './src/widgets/helpers/progress_bar/progress_bar_settings.dart';
export './src/widgets/flick_animated_volume_level.dart';
export './src/widgets/flick_full_screen_toggle.dart';
export './src/widgets/flick_play_toggle.dart';
export './src/widgets/flick_video_progress_bar.dart';
export './src/widgets/flick_sound_toggle.dart';
export './src/widgets/flick_subtitle_toggle.dart';
export './src/widgets/flick_set_play_back.dart';
export './src/widgets/flick_video_buffer.dart';
export './src/widgets/flick_current_position.dart';
export './src/widgets/flick_total_duration.dart';
export './src/widgets/flick_auto_play_circular_progress.dart';
export './src/widgets/flick_left_duration.dart';
export './src/widgets/flick_native_video_player.dart';
export './src/widgets/helpers/auto_play_timer_progress/auto_play_timer_progress.dart';
export './src/widgets/helpers/auto_play_timer_progress/auto_play_timer_progress_colors.dart';
export './src/controls/flick_video_with_controls.dart';
export './src/controls/flick_portrait_controls.dart';
export './src/controls/flick_landscape_controls.dart';