Amarchand K
Amarchand K
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...
/C:/Users/Admin/AppData/Local/Pub/Cache/hosted/pub.dev/universal_html-2.2.2/lib/src/html/dom/element_subclasses.dart:2752:30: Error: The argument type 'String?' can't be assigned to the parameter type 'Object' because 'String?' is nullable and 'Object' isn't. - 'Object' is from 'dart:core'. final parsed = css.parse(text);...