Skip to content

Commit

Permalink
cast removed
Browse files Browse the repository at this point in the history
  • Loading branch information
sharafudheen-ispg committed Jun 15, 2021
1 parent 0e79a93 commit 74b4bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/photo_filter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ class _PhotoFilterSelectorState extends State<PhotoFilterSelector> {
if (cachedFilters[filter?.name ?? "_"] == null) {
return FutureBuilder<List<int>>(
future: compute(
applyFilter as List<int> Function(Map<String, dynamic>),
applyFilter,
<String, dynamic>{
"filter": filter,
"image": image,
Expand Down

0 comments on commit 74b4bc7

Please sign in to comment.