That's an amazing project Akshit!, You never forget to come up with good topics and project based on the current trend. Keep going🙌
@AkshitMadan10 ай бұрын
Thanks💛
@ErrorwithSavani10 ай бұрын
That's very amazing and intresting for lutter dev community bro.....👍
@samarsinghsikarwar10 ай бұрын
I am trying to learn Flutter but I cannot understand too much can you suggest me which is the best way to learn Flutter
@muhammad_haseeb_pk2 ай бұрын
have a strong grip on your basics Also I recommend If you are unable to understand a certain video by watching it once watch it again and again untill you fully understand it And also you will note the differnecce on your learning
@Hanan_Awann10 ай бұрын
what is the average response time after clicking "Generate" button? waiting for your response.
@PaoloTshiyole10 ай бұрын
Does api is free?
@kabilanrajkumar-xb1toКүн бұрын
It's necessary to have business mail to access api key?
@SohanSingh-jj1ip9 ай бұрын
Bhai im getting a error at 38:15 mine is windows so the path has '\' instead of / like in yours and the error is still the same no such file i tried every possible way not able to do it please do help discord or any way possible
@sparshkapoor2469 ай бұрын
yes, im also getting the same error , its not able to find the image path
@omwanjari56377 ай бұрын
Use these two lines "ByteData data = await rootBundle.load('assets/file.png'); Uint8List bytes = data.buffer.asUint8List();" insted of this "Uint8List bytes = await File( "ByteData data = await rootBundle.load('assets/file.png'); Uint8List bytes = data.buffer.asUint8List();") .readAsBytes();"
@deepak50745 ай бұрын
@@sparshkapoor246 same here
@vasukabra92705 ай бұрын
@@deepak5074 same here...did you guys found any solution to this
@SohanSingh-jj1ip9 ай бұрын
Bro please please consider making a video about how to setup the vs code for flutter to start with android studio takes a very good 5 mins to show the live working
@divyamdivesh131210 ай бұрын
i am not able to create new bloc
@meharsaadullah9606Ай бұрын
why you did not use gemini api here
@vumanhtu782910 ай бұрын
Is there any way to get Midjourney's login api and get the response with token?
@Tushar-f4y4 ай бұрын
Is this API free?
@DURGHAM610 ай бұрын
amazing make Cours in English please
@vivekbhuva480210 ай бұрын
It is using an midjourney api ? Take repsonse and show on screen right ?
@AkshitMadan10 ай бұрын
Yes
@kabilanrajkumar-xb1toКүн бұрын
Did you got api key?
@kabilanrajkumar-xb1toКүн бұрын
How to get api key?
@akashseervi37354 ай бұрын
bro u forgot to mention buy a plan on midjourney to get api key
@chaitz59010 ай бұрын
Hey Akshit ! I followed your video thoroughly yet I'm getting an error on passing the initial image path, the error says it cannot find the file .I have also checked my pubspec.yaml and have included assets/ yet cannot solve this issue.Below is the Error msg---\\ E/flutter (18876): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PathNotFoundException: Cannot open file, path = 'C:/Users/Chaitanya/AndroidStudioProjects/generative_ai/assets/file.png' (OS Error: No such file or directory, errno = 2)
@Hanan_Awann10 ай бұрын
There must be a file.png exists inside the assets folder. I think you have not added file.png there.
@abuhurairah504610 ай бұрын
same issue in my case @Akshit Madan
@abuhurairah504610 ай бұрын
Use these lines instead of path "ByteData data = await rootBundle.load('assets/file.png'); Uint8List bytes = data.buffer.asUint8List();"
@RinkuKumar-uy8et10 ай бұрын
@@abuhurairah5046 thanks buddy it works
@omwanjari56377 ай бұрын
@@abuhurairah5046 thanks bro my brain was fucked up because of this error really thanks bro