Parham Khoshravesh

Results 4 issues of Parham Khoshravesh

use the flutter gitignore file to decrease the size of uploading codes. build folder must not push in git

### Description i tried to compress the trimmed video by video_trimmer package but I gets an error. it happens only on android. ### Platform Android > Unexpected error while transcoding....

bug

i tried to compress the trimmed video by **video_compress** package but I gets an error. > Unexpected error while transcoding. > E/TranscodeEngine(32461): java.lang.IllegalArgumentException: could not access /data/user/0/com.example.app/app_flutter/Trimmer/image_picker9113914114815938940_trimmed:Sep20,2022-14:59:48.mp4 > E/TranscodeEngine(32461): at...

I have a function in my smart contract that gets bytes32 as input which is the CID of IPFS. The example of CID is: `bafybeicxndpeycrra7q7b3hus5m537yiq6u6nztaj3sdtmtobnvtxhxhgm`. I should convert this string...