shariful2011

Results 8 issues of shariful2011

I want to get return value of a javascript function after I execute it. How can I achieve it? Please help.

I am trying to set context menu of Firemonkey with build 2704, unfortunately context menu is not positioning on mouse position. Where as in VCL with same build it works...

I need to set search bar height, how can I achieve it?

All of the demos are Windows based, how to create Linux console server

I tried to create zip file with following code: ZipFileEncoder encoder = ZipFileEncoder(); encoder.create(join(documentsDirectory.path, 'product.zip')); encoder.addFile(File('${documentsDirectory.path}/TestDB.db')); List _supplierList = await DBProvider.db.getAllSupplier(); _supplierList.forEach((Supplier _supplier) { encoder.addFile(File(_supplier.photo)); _generateItemArchive(encoder, _supplier.id); }); encoder.close();//here exception...

I am trying to share an assets file but the file is not attaching, please see the attached image. This is what I did for making a copy of asset's...

I am trying to build one iOS app with this plugin but failed with following error message: Launching lib/main.dart on iPhone XR in debug mode... Xcode build done. 24.5s Failed...

I am trying to make one Android app with DKLang(truely the best component) for Unicode language. Language Id is 2117 (Bangla). In Windows all text property and constant are showing...