appinioGmbH / flutter_packages

Dart and Flutter plugins/packages used and maintained by @appinioGmbH
187 stars 214 forks source link

CustomVideoPlayerPopupSettings is not exported from public [appinio_video_player] #89

Closed AlexSmirnov9107 closed 1 year ago

AlexSmirnov9107 commented 1 year ago

I need to import CustomVideoPlayerPopupSettings from

import 'package:appinio_video_player/src/models/custom_video_player_popup_settings.dart';
image

so it cause the warnings.

khanmujeeb687 commented 1 year ago

Hey @AlexSmirnov9107 , you just need to import import 'package:appinio_video_player/appinio_video_player.dart'; and it should work.