fluttercommunity / fluttercommunity/chewie

need an empty player constructor

Open
#691 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Dart
Stars
2.1k
Forks
1.1k
Avg merge
6d 8h
Merged PRs (30d)
6

Description

hi. thanks for this plugin .
i need an ability for initialize an empty player and select video by user .

your constructors need source for initialize

VideoPlayerController.network(src);
VideoPlayerController.file(f);

if i send empty source plugin raise exception for invalid source.

can u fix an empty constructor or any help?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reviewing the VideoPlayerController.network(src) and VideoPlayerController.file(f) constructors mentioned in the issue, along with how an empty source currently triggers the invalid-source exception. The work is complete when a player can be initialized without a source and a user can select a video later without that exception.

Written by the indexing model from the issue text.

Assessment

Tech stack
dart, flutter
Domain
mobile-dev
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.