Skip to content

Code stucks at cup.suckUp methord ??? #79

@AmarchandK

Description

@AmarchandK

try {
final String path = await _getTempPath();
log('applyFiltersToVideo Filter Index ${state.filterIndex}');
Cup cup = Cup(
Content(state.videoFile!.path), tapiocaBalls[state.filterIndex]);
log('cup created');
await cup.suckUp(path).then((value) => log('suckUp value: $value'));/////// stucks here /////
log('return value');
return path;
} catch (e) {
log("error on filter applying ==================$e");
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions