George Levin D'Souza
George Levin D'Souza
Could you add a feature where minDuration could be set...
Currently I am displaying a message to trim for 15 seconds... It would be nice if user cannot go less than 15 seconds mark or the desired mark...
after upgrading to flutter v3 I am getting some warnings Warning: Operand of null-aware operation '!' has type 'WidgetsBinding' which excludes null. ../…/cover/cover_viewer.dart:114 - 'WidgetsBinding' is from 'package:flutter/src/widgets/binding.dart' ('../../Development/flutter_sdk/packages/flutter/lib/src/widgets/binding.dart'). package:flutter/…/widgets/binding.dart:1...
Videos has to be exported vertically in the project I am working on. Could you optimise the crop handles logic a bit more so that. The Preferred Aspect Ratio is...
I didn't have time to check the code base to get the issue, but a workaround to this issue is there will be .fvm and fvm folder in $HOME directory....
try something like this... Closing RxFoo in OnClose() { rxFoo.subject.isClosed? rxFoo.close() : null } this is not healthy but a quick fix... or Do Your Navigation and State Management Differently...
Some streams might be closed in some other methods of a class, this results in trying to close a stream that's already closed. So better thing to do is check...