Тёмный

‪@FlutterFlow‬ 

Dimitar Klaturov
Подписаться 5 тыс.
Просмотров 9 тыс.
50% 1

Опубликовано:

 

28 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 54   
@flutterflowexpert
@flutterflowexpert Год назад
🌟 Welcome to my video! 🌟 To ensure you have the best experience and access to all the resources mentioned, we've placed all active links in the video description below. This helps me keep everything up-to-date and easy for you to find! 👾 Join my Discord community! It's a great place to connect, share, and get the latest updates. The link is in the description as well. 💖 If you enjoy our content, consider supporting the channel. Every bit of support helps me create more of what you love. Details on how you can support are also in the description. Thank you for watching and being a part of the community! 🚀
@AFFAD-io2fz
@AFFAD-io2fz 3 месяца назад
When we "Copy All Widgets" how and where do we paste these? Can't find anywhere on FF to paste.
@flutterflowexpert
@flutterflowexpert 3 месяца назад
Just right click and then the paste icon
@EliteInvestmentEducation
@EliteInvestmentEducation 7 месяцев назад
Thanks for the informative video on setting up the FlutterFlow camera ! In the video, you mentioned experiencing some camera latency. I was wondering, is this lag typical for this setup, or was it just a temporary issue on your end? Just curious about the expected performance, thanks
@flutterflowexpert
@flutterflowexpert 7 месяцев назад
I think it depends on the phone that you are using, but when I later made more tests I think the widget camera is stable and useful without a sufficient latency.
@noosfera_It
@noosfera_It 9 месяцев назад
Damir, question about your mentoring. i need to create an app that stores 5 separate videos recorded throughout the day locally on device and in the end of the day concatenates them and uploads result to firebase. Is it possible to make via FF? If so, I book a sesh. 🙏
@flutterflowexpert
@flutterflowexpert 9 месяцев назад
Yes I think it is possible. I don't see why not is it not possible. You can record and download the videos to the user local app folder and then upload them to FB at the end of the day using cloud function or upload them and then delete the ones you don't want to use. There are different ways you can do that.
@andreisebastian4972
@andreisebastian4972 7 месяцев назад
Hi Dimitar, great video! Was able to get the video recording feature working on my app, but not sure on how to save the video to fb once im finished recording. Any help would be much appreciated
@flutterflowexpert
@flutterflowexpert 7 месяцев назад
This code should do the job github.com/bulgariamitko/flutterflowtutorials/blob/main/Packages/camera/firebase/fb-camera-videos.dart
@protimaranipaul7107
@protimaranipaul7107 5 месяцев назад
Can I ask the repository you have shared Is this for the camera app? How do I load into firebase? Thanks!
@flutterflowexpert
@flutterflowexpert 5 месяцев назад
You can use this link - github.com/bulgariamitko/flutterflowtutorials/tree/main/Packages/camera/firebase
@DionV
@DionV Год назад
What would be the benefit to this, instead of using the Upload/Save Media and allowing "Either Camera or Gallery" ?
@flutterflowexpert
@flutterflowexpert Год назад
Well the functionality is different. There is no benefit, just the functionality is different if you would like to look at the camera the whole time without interruptions then you can use the tutorial I have made.
@DionV
@DionV Год назад
@@flutterflowexpert thanks for the reply! Ultimately I want to be able to take a photo and then draw on a layer over the photo and save it. And then later use that saved photo as an overlay (at maybe 50% opacity) to help the user line up the same spot and take a new photo. Sounds like using your method might be the better way?
@flutterflowexpert
@flutterflowexpert Год назад
@@DionV Yes sounds that to me as well. It should work.
@catoshimeowmoto
@catoshimeowmoto 11 месяцев назад
Hi Dimitry, is there a way to limit the duration of a video to x min and make it stop? Also im not using firestore, im using bunny net for storage and xano for backend. Will this work on that? if so how?
@flutterflowexpert
@flutterflowexpert 11 месяцев назад
You can limit the video using for example a hard coded value which will be x min and then when this is reached to stop the recording of the video. yes you can use any backend you want you can open my github repo to see I have implement it Firebase and also Supabase. you can see how you can implement it for xano, you can also join my Discord server there is a great user who knows xano
@noosfera_It
@noosfera_It 10 месяцев назад
Launching lib/main.dart on Web Server in debug mode... Waiting for connection from debug service on Web Server... lib/custom_code/widgets/camera_photo.dart:24:8: Error: Error when reading 'lib/backend/firebase_storage/storage.dart': No such file or directory import '../../backend/firebase_storage/storage.dart'; ^ it does not find it.. what is possible solution?
@noosfera_It
@noosfera_It 10 месяцев назад
defined for the class '_CameraPhotoState'. - '_CameraPhotoState' is from 'package:appnoe/custom_code/widgets/camera_photo.dart' ('lib/custom_code/widgets/camera_photo.dart'). Try correcting the name to the name of an existing method, or defining a method named 'uploadData'. final downloadUrl = await uploadData(
@noosfera_It
@noosfera_It 10 месяцев назад
I tried fixes from the thread you gave in other comments, still no result.
@noosfera_It
@noosfera_It 10 месяцев назад
The method 'uploadData' isn't defined for the type '_CameraPhotoState'.
@flutterflowexpert
@flutterflowexpert 10 месяцев назад
The first error you can fix by having a have upload button to FB storage.
@DolaGamer
@DolaGamer Год назад
can i take image and display it without firebase ? i want a way to get FFUploadedFile outside the custom widget so i can send to the backend
@flutterflowexpert
@flutterflowexpert Год назад
Yes of course you can. You can do everything with code.
@DolaGamer
@DolaGamer Год назад
please can you tell me how to get it out of custom code as the app state can't store FFUploadedFile@@flutterflowexpert
@moses5407
@moses5407 Год назад
Fantastic! Would it be a similar process in supabase?
@flutterflowexpert
@flutterflowexpert Год назад
Yes. You just need to change the code a bit.
@richardlaws4211
@richardlaws4211 Год назад
Hi, thank you very much for this!! Do you know if/how I can add an image overlay to this? So like an oval so the person can fit their head in it?
@flutterflowexpert
@flutterflowexpert Год назад
You can use Stack Widget for that.
@richardlaws4211
@richardlaws4211 Год назад
Never even thought of that, I was too focused on adding in code for it lol. Thank you for the reply, I use your videos a lot for reference and tips. Now my next task is how to save the image at a certain dimension @@flutterflowexpert
@flutterflowexpert
@flutterflowexpert Год назад
@@richardlaws4211 Please join my Discord channel and I can give some demo code there
@garyjehan8918
@garyjehan8918 Год назад
Hi ! Thank you so much for your video. Amazing ! It worked very well on my desktop, but now that I have deployed the app on testflight, the app crashes every time I go to the page where the camera widget is. Do you have any thoughts about it ? It would save me !
@flutterflowexpert
@flutterflowexpert Год назад
Using Android Studio I can see the console and the errors being generated. Using XCode probably you can do the same thing. But my guess would be that you don't have permission to access the camera or have a null value.
@garyjehan8918
@garyjehan8918 Год назад
@@flutterflowexpert Thank you for your answer :) When I run my app on my phone via Testflight, I have a pop up asking for the permission to access the camera. On the documentation of the camera package, it says to add NSCameraUsageDescription your usage description here on the ios/Runner/Info.plist. I downloaded my code and checked, I have it in this folder ! I'm stuck, I really enjoyed your video and it would be amazing if it could work not only on web but also on IOS. Do you have any idea ?
@flutterflowexpert
@flutterflowexpert Год назад
​@@garyjehan8918 technically it should work on iOS as well. There is no reason why it will not work. Please join my Discord channel as I do not own an iPhone and can't help you, but someone from the channel might. discord.gg/mvtyYsFE
@garyjehan8918
@garyjehan8918 Год назад
@@flutterflowexpert hi ! thank you so much for your help :) The link isn't working anymore ( certainly because of the delay, sorry btw). Could you send me another one please ? I still struggle with this issue...
@gdeperetti
@gdeperetti Год назад
@@flutterflowexpert and @garyjehan8918 it's because camera package ask to access micro. You should disabled micro if not used or add the corresponding permission
@cindernetadmin
@cindernetadmin 2 месяца назад
Bro you really need a good mic. All your videos are barely listenable even at max sound...good job on your continued videos
@flutterflowexpert
@flutterflowexpert 2 месяца назад
Watch my latest videos. They are with a good mic :D
@MatthewOoms
@MatthewOoms Год назад
I've been trying to get this working for a while now, but keep getting a "Build Failed" error when testing. Any thoughts? Running "flutter pub get" in camera_test... Launching lib/main.dart on Web Server in debug mode... Waiting for connection from debug service on Web Server... lib/custom_code/widgets/camera_photo.dart:10:8: Error: Error when reading 'lib/backend/firebase_storage/storage.dart': No such file or directory import '../../backend/firebase_storage/storage.dart'; ^ lib/custom_code/widgets/camera_photo.dart:47:35: Error: The method 'uploadData' isn't defined for the class '_CameraPhotoState'. - '_CameraPhotoState' is from 'package:camera_test/custom_code/widgets/camera_photo.dart' ('lib/custom_code/widgets/camera_photo.dart'). Try correcting the name to the name of an existing method, or defining a method named 'uploadData'. final downloadUrl = await uploadData( ^^^^^^^^^^ Waiting for connection from debug service on Web Server... 48.5s Failed to compile application.
@flutterflowexpert
@flutterflowexpert Год назад
You have not enabled the FB Storage. This is the same issue as this one github.com/bulgariamitko/flutterflowtutorials/issues/3 please review this issue and how you can fix it
@MatthewOoms
@MatthewOoms Год назад
@@flutterflowexpert Perfect. It's loading now after adding the fake button... although now I'm getting "no cameras found" message on the component.
@garyjehan8918
@garyjehan8918 Год назад
@@MatthewOoms hey ! have you solved your issue ? I have the same :/
@garyjehan8918
@garyjehan8918 Год назад
Okay it's because you just have to run it on RUN mode, not on TEST modeas it do not detect your browser camera on Test mode
@KAI-el4ld
@KAI-el4ld 7 месяцев назад
Amazing video, Thank you. I copied your code and also enabled the firebase storage, however, the file didn't upload to the firebase storage? Did I miss anything?
@flutterflowexpert
@flutterflowexpert 7 месяцев назад
Please check your FB storage permissions and make sure they are correct, also please make sure you have a fake button which when press to upload a file to FB storage this way you will add the necessary code to FF.
@geetzzzzz
@geetzzzzz 5 месяцев назад
could u share the app so that we could clone and make use of it?
@flutterflowexpert
@flutterflowexpert 5 месяцев назад
I am sharing my apps for my paid members with a tier of Elite, or you can view all my code from all my videos in my GH repo
@bowells5179
@bowells5179 Год назад
Trying to use this without Firebase, for uploading the image to an API endpoint. I cannot get the Android apk file compilation to complete without errors, mostly due to . Do you have a video showing the complete process of creating the custom Widget, localstate variables, etc.?
@flutterflowexpert
@flutterflowexpert Год назад
What errors do you get?
@thebicycleman8062
@thebicycleman8062 Год назад
Mr Dimitar how can I contact you first before I book a session, I need to share things first to know which one to book and to know what to prepare - What is your working email please, thanks
@flutterflowexpert
@flutterflowexpert Год назад
Please find me in the FF community community.flutterflow.io/
@icebunny7292
@icebunny7292 9 месяцев назад
Hi Dimitry, isn't there a way to save the photos on the same phone and not on Firebase?
@flutterflowexpert
@flutterflowexpert 9 месяцев назад
Yes. In order to do that you can use this video ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-JSgDuKIxNg0.html
Далее
Building a Mobile App in 2024: The BEST Technologies
13:31
Quiz App Using FlutterFlow
1:02:12
Просмотров 1 тыс.
+1000 Aura For This Save! 🥵
00:19
Просмотров 9 млн
Flutterflow & Python: The mobile magic app stack
5:57
Просмотров 1,3 тыс.
Build a FULL Web App With Claude With 2 SCREENSHOTS!
17:36
I redesigned YOUR websites
20:44
Просмотров 22 тыс.