Sunil Gupta
Sunil Gupta
Uint8List byteString = await pickedFile.readAsBytes();
I have a form with multiple video and image fields (in this case two video and one image). All have the DropzoneView in a Stack. The videos are in iFrames....
Added the functionality to programmatically mute audio. Needed for a project where the player on a student's device is controlled by the teacher. The audio mute was missing. All "deletions"...
Merely adding import 'package:flutter_js/flutter_js.dart'; results in a long list of errors starting with : Error: Not found: 'dart:ffi' ../…/lib/javascript_runtime.dart:3 import 'dart:ffi'; even including ffi: ^1.1.2 in pubspec.yaml does not help.
A widget I have added to ReorderableColumn is a Container with a column. At the time of adding the column has one child. At run time more children are added...
I'm using a ReorderableColumn. One of the widgets is a file upload component. On file save, the widget displays a circular progress indicator. If I drag the widget with the...
I have an iFrame component and I wish to use DropZone - the onDrag and onDrop are not triggered. Don't know if this is an enhancement, bug or an issue...
The last method is not available, and has to be added explicitly. final name = file.name; final mime = file.type; final length = file.size; final url = Url.createObjectUrlFromBlob(file); I believe...
**Describe the bug** main.dart ``` try { FlutterNativeSplash.remove(); } catch (e) { debugPrint(e.toString()); } ``` Hot restart (web): ``` Error: PlatformException(error, Exception: Did you forget to run "dart run flutter_native_splash:create"?...
**Question** I am able to open up developer tools and delete records. The box is encrypted, but the key is visible and records can be deleted. While unlikely, this can...