No video

How To Use Camera Plugin for Taking Pictures in Flutter | Camera Integration in Flutter

  Рет қаралды 22,280

TDevelopers

TDevelopers

Күн бұрын

Пікірлер: 44
@davidscott4122
@davidscott4122 5 ай бұрын
Thank you so much man. Keep this up👏👏
@TDevs
@TDevs 5 ай бұрын
Thanks!
@someshsahu4638
@someshsahu4638 Жыл бұрын
very nice explanation thankyou so much sir🙏🏼🙏🏼🙏🏼
@TDevs
@TDevs Жыл бұрын
I am glad you fond it helpful 😊
@Blkbiird_ttw
@Blkbiird_ttw 2 жыл бұрын
Thanks for the video, was really helpful.
@TDevs
@TDevs 2 жыл бұрын
Most welcome 😊 Thanks for the comment
@JN-nc4or
@JN-nc4or Жыл бұрын
This helped so much! Thank you!
@user-dk1rw5uc3i
@user-dk1rw5uc3i 2 жыл бұрын
thank you so much
@meetdhanani
@meetdhanani 2 жыл бұрын
Nice Video bro Keep uploads tutorial for beginners
@TDevs
@TDevs 2 жыл бұрын
Thank you. Yes for sure many tutorials coming🔥
@marcoso301
@marcoso301 2 жыл бұрын
how to reduce the height and leave the maximum width for the camera? For the camera to show correctly? and how to change it by default - ResolutionPreset - so that all devices have the same dimensions- for example: 720x480
@bazlafarman2987
@bazlafarman2987 2 жыл бұрын
its not working for Android
@TDevs
@TDevs 2 жыл бұрын
What is the that you are getting? Make sure to check description for setting up link for android.
@existenceispain3830
@existenceispain3830 Жыл бұрын
How can I save the pictureFile to a folder inside the project?
@ilhamguenane1382
@ilhamguenane1382 2 жыл бұрын
not working for Android i get this error (Null check operator used on a null value )
@fnorory3227
@fnorory3227 2 жыл бұрын
hi, amazing video, just a question, is there a way the use this library to tell if there is no camera available?
@TDevs
@TDevs 2 жыл бұрын
Thanks ! Yes there is a method called availableCameras() that will return the list of available cameras on the device, if there are no camera it will return an empty list.
@fnorory3227
@fnorory3227 2 жыл бұрын
@@TDevs yeah, im trying to make sonmething apper and desapear when there's no camera, but doing it wrong
@gopikrishnan8999
@gopikrishnan8999 9 ай бұрын
How to save the captured images to gallery explain me
@TDevs
@TDevs 9 ай бұрын
You can save the image using the image file path. You can use image_gallery_saver package to save captured image to gallery.
@Deepak-lc4uu
@Deepak-lc4uu 2 жыл бұрын
i am getting error File isn't a function after adding line image.file(File(pictureFile!.path)) for android. now How can I remove this error?
@gayandushantha7580
@gayandushantha7580 Жыл бұрын
Can I know why are we calling 'availableCameras' function on home page and passing it to another screen, can't we call directly from the screen when initializing the camera controller?
@TDevs
@TDevs Жыл бұрын
Yes we can call availableCameras on camera page. But if you will do that You have to use await inside init state and that can't be done without creating another function outside init state and calling it in init state. That's why I called it on home page itself. It's your choice what you like 👍
@hayahazaimeh
@hayahazaimeh 7 ай бұрын
it is available for web ?
@TDevs
@TDevs 7 ай бұрын
Yes, it works for web too, infact in the video i have used flutter web only.
@buuxcaynaan5658
@buuxcaynaan5658 2 жыл бұрын
Thanks++
@surendravishwakarma5244
@surendravishwakarma5244 2 жыл бұрын
Whenever I am taking pictures from camera, not show the effect on screen.
@TDevs
@TDevs 2 жыл бұрын
What error you are getting?
@jibinpthomas5539
@jibinpthomas5539 2 жыл бұрын
Sir if its an android should I have to replace " pictureFile!.path," into " Image.file(File(pictureFile!.path))) "
@TDevs
@TDevs 2 жыл бұрын
Yes ! I have mentioned it in comments in code
@sankarvigneshwar6161
@sankarvigneshwar6161 2 жыл бұрын
hi sir.. your tutorial is awesome. can you share source code please..
@TDevs
@TDevs 2 жыл бұрын
Thanks Sankar ! As many of you were requested for source code. I have added the source code link in the description.
@sankarvigneshwar6161
@sankarvigneshwar6161 2 жыл бұрын
@@TDevs thanks, sir. I will text you on insta..
@sankarvigneshwar6161
@sankarvigneshwar6161 2 жыл бұрын
sir i got error like invalid arguments : no host specified in URI, how can i solve this ? sir
@TDevs
@TDevs 2 жыл бұрын
Restart your ide and re-run the application it should be fixed.
@riyatyagi9031
@riyatyagi9031 2 жыл бұрын
Please upload source code of all the videos as well
@TDevs
@TDevs 2 жыл бұрын
Thank you ! I noted your suggestion.
@TDevs
@TDevs 2 жыл бұрын
I have updated the description with source code link. Thank you for your patience.
@surendravishwakarma5244
@surendravishwakarma5244 2 жыл бұрын
Please help you possible
@wacythepro8972
@wacythepro8972 2 жыл бұрын
InvalidArgunment(s): No Host Specified in URL file://data/user/com.example.... etc. etc. Your tutorial does not work sir, instead of seeing the picture on the app I get this error when I take a picture .
@TDevs
@TDevs 2 жыл бұрын
Where you are running your app? If not on web then you need to follow another method written in comments there. And also you need to do the extra initial setup for android and iOS you can check comment section for setup details. I forgot to mention in the video sorry for that.
@krishkithani8194
@krishkithani8194 9 ай бұрын
Hii sir is there any way i can contact you ?
@TDevs
@TDevs 9 ай бұрын
Hey you can contact me on twitter/X x.com/pradeep_tintali
@krishkithani8194
@krishkithani8194 9 ай бұрын
I want to have a course by you
Just Give me my Money!
00:18
GL Show Russian
Рет қаралды 539 М.
Matching Picture Challenge with Alfredo Larin's family! 👍
00:37
BigSchool
Рет қаралды 48 МЛН
А ВЫ УМЕЕТЕ ПЛАВАТЬ?? #shorts
00:21
Паша Осадчий
Рет қаралды 2 МЛН
Zombie Boy Saved My Life 💚
00:29
Alan Chikin Chow
Рет қаралды 28 МЛН
Flutter Tutorial - ImageCropper - Pick & Crop Images
14:22
HeyFlutter․com
Рет қаралды 28 М.
Top 30 Flutter Tips and Tricks
6:50
Flutter Mapp
Рет қаралды 551 М.
Beginning Flutter:  42 Camera
17:16
Dash to Dartlang
Рет қаралды 32 М.
[4K] FLUTTER 95. Guided Camera (Kamera dengan Panduan)
14:20
Erico Darmawan Handoyo
Рет қаралды 12 М.
What's new in Flutter 3.24 | Flutter 2024 Updates #flutter
3:43
Runtime Snippets
Рет қаралды 2,3 М.
Pick Images From Camera And Gallery Using Flutter
11:34
doctor code
Рет қаралды 39 М.
How to Show Camera Inside Flutter App!
5:22
Bytx
Рет қаралды 26 М.
Just Give me my Money!
00:18
GL Show Russian
Рет қаралды 539 М.