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

preview_player
Показать описание
In this video I have explained how you can use official flutter camera plugin for taking picture in your application.

Source Code:

Important :
In this video I haven't talked about Installation of package on iOS and Android sorry for that.
For Installation guide visit -

Package used in this video

Timestamps:
0:00 Introduction
0:13 Image Picker vs camera package
0:39 Channel Intro
1:00 Adding camera plugin
1:31 Initial page
2:01 Home page
2:57 Camera page
3:06 Camera description
3:35 Initializing the controller
4:04 disposing the controller
4:27 Main camera widget
4:46 Taking picture
5:14 Displaying captured image
6:09 Running the application
6:26 Face Reveal 😂
6:56 Outro

#flutter #camera #TDevelopers
Social Media🔰

✅Twitter:

✅Github:

✅Instagram

Like Subscribe and Share The Video
Thank You :)
Рекомендации по теме
Комментарии
Автор

very nice explanation thankyou so much sir🙏🏼🙏🏼🙏🏼

someshsahu
Автор

Thanks for the video, was really helpful.

Blkbiird_ttw
Автор

hi, amazing video, just a question, is there a way the use this library to tell if there is no camera available?

fnorory
Автор

Nice Video bro Keep uploads tutorial for beginners

meetdhanani
Автор

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

marcoso
Автор

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?

gayandushantha
Автор

How can I save the pictureFile to a folder inside the project?

existenceispain
Автор

How to save the captured images to gallery explain me

gopikrishnan
Автор

i am getting error File isn't a function after adding line for android. now How can I remove this error?

Deepak-lcuu
Автор

not working for Android i get this error (Null check operator used on a null value
)

ilhamguenane
Автор

Sir if its an android should I have to replace " pictureFile!.path, " into " "

jibinpthomas
Автор

Whenever I am taking pictures from camera, not show the effect on screen.

surendravishwakarma
Автор

hi sir.. your tutorial is awesome. can you share source code please..

sankarvigneshwar
Автор

Please upload source code of all the videos as well

riyatyagi
Автор

Hii sir is there any way i can contact you ?

krishkithani
Автор


Your tutorial does not work sir, instead of seeing the picture on the app I get this error when I take a picture .

wacythepro