Great Vid James! Anyone else getting an error when creating this widget? I've followed instructions excatly but keep getting the same 2 errors when going to compile: lib/hotel_video_preview/hotel_video_preview_widget.dart:55:19: Error: No named parameter with the name 'width'. width: 300, ^^^^^ lib/custom_code/widgets/video_app.dart:17:9: Context: Found this candidate, but the arguments don't match. const VideoApp({Key? key}) : super(key: key); Any help? :)
how would you build a calculator on flutterflow. It's one function for multiple buttons with a bunch of: if else statements. would you mind showing how to do that because I sure can't figure it out
Thanks for the video. you are great. Im looking for something that allows me to export to pdf or excel, the content of a list view. do you know how can i di that? Thanks :)
Just the video Iwas looking for. You're a lifesaver!! I just have some questions: this video player you used, is better than the video player video widget from flutterflow? Can you play a streaming video from a server? Or should you only play stored videos from a source in an specific format?
Dear James, could you please help me how to use drop down menu and how to create collections for drop down menu, querying the list from the documents and what actions to be set on define options. example ( mens-(t-shirt, shirts, pants ) I want to show this on the drop menu. please post a video because non of the community links or documents shows exactly how it is done and no proper understandable vid.
Hi James, thank you for posting this but I've tried the following: -> video_player: won't compile -> flutter_gauge: compiles but shows an empty container when I drag it onto the canvas. When I run the app, the container shows the error: "This widget has been unmounted, so the State no longer has a context (and should be considered defunct. Consider canceling any active work during "dispose" or using the "mounted" getter to determine if the State is still active" -> dropdown_search: won't compile Please help!
Hi James, can we have a widget/action like when we click on image/button an audio should play in the backend. Thanks in advance. And also could you please let us know if there is any platform where we can ask our Q's to get instant help .
Hello... Blessings, does anyone know how to make an option to download any file from flutter flow, that is, if I have a .pdf or .doc file uploaded, how can I download them?
hey there James this no longer works. FF has changed a few things including the UI. Would love to see a newer custom widgets video that shows maybe 5 different variations of how Pub Dev has their code to pull from. A LOT of the widgets on PubDev are not so easy to just copy/paste over, they need more ways to get working. Would love to see this done with 100% no-code, minus editing code in certain variables (but never writing new code). Thanks so much.
It can be very hard, because video author really isn’t able to do this. This video should be 3 minutes long, because all that was shown I typing 6 values into fields and copy pasting block of code. I just can’t believe no one is recording shorter videos that really help. If only I could make a living recording such ones…
Errors prevent compile widhet. Anyone manage to correct line #11 and ann 'late' statement to get reed of one of errors but there are plenty other. #11: 'late VideoPlayerController _controller;'
Hi James, please resolve following errors, Line 10 _VideoAppState createState() => _VideoAppState(); (warning - avoid using private types in public APIs) Line 14,19 late VideoPlayerController _controller; (Error - Undefined class) Line 36 child: VideoPlayer(_controller), (Error - the method VideoPlayer isn't defined for the type VideoAppState) Please help
Really annoying, i like other's here have followed step by step but still always get the issue of Has Errors yet it never shows the errors when attempting to compile.
none of these videos work - flutter changed so much that coding parts became obsolete - you get way too many errors now even if you follow your exact steps - please do a new updated one and tell how to face these problems
Are you using FlutterFlow right now?
Absolutely love it! It’s by far the best visual app dev tool out.
Love it! Could you help do a video on how to create a tinderswipe widget?
I tried but after compiling it was showing some text in a box...the compiling was sucessful with no error what should I do
hello dude, How to link webrtc using custom widget tool or api can you help me this?
Hello! I was wondering if you could get me started!!! 🥺🥺
How did you manage to get "No Errors"? If I copy paste the example code I'm getting "Has Errors"?
same
Hi James, amazing videos so far. can you show how to get notifications working in a flutterflow app?
Excellent video. Nice accent, clean information. I liked much. Thank you James
Hi ! Take a video of how to connect Bluetooth to FlutterFlow !! Thanks !!!
Great Vid James!
Anyone else getting an error when creating this widget? I've followed instructions excatly but keep getting the same 2 errors when going to compile:
lib/hotel_video_preview/hotel_video_preview_widget.dart:55:19: Error: No named parameter with the name 'width'.
width: 300,
^^^^^
lib/custom_code/widgets/video_app.dart:17:9: Context: Found this candidate, but the arguments don't match.
const VideoApp({Key? key}) : super(key: key);
Any help? :)
He is skipping a few things in the video. Like adapting the code to flutterflow.
Great video, but a pity you do not answer the question here. I get a compile error and have not succeeded to get it running
im getting the same... did you solve it?
@@gabrielescudero2715 Me too, cannot compile. Did you manage to fix it?
Same. Someone save us!
how would you build a calculator on flutterflow. It's one function for multiple buttons with a bunch of: if else statements. would you mind showing how to do that because I sure can't figure it out
Nice and thank you from Denmark :)
Thx, for video! Could you tell me how can i make an inside shadow in FF? For example to text field. This is necessary for neumorphism.
is there a way to create unique pages from a list view that get data from firebase.The navigate to just allows for one page
Thank you so much, great video!
Hey James, hello to Brazil !! James create video about of the add list in custom widget, i have very dificult in add my lists in custom widget
Hi thanks for your time , i add the code but it has error , it can't find uri of package but it's in your tutorial is not problem , how to fix that ?
I buddy I'm having issues to import the packages, getting error : " target URI doesn't exist" do you have any idea why? thanks!
Me too - very frustrating! I can't find the solution anywhere for this. Can anybody help?
Thanks for the video. you are great. Im looking for something that allows me to export to pdf or excel, the content of a list view. do you know how can i di that? Thanks :)
as a coder, damn James, the amount of effort you put in to communicate to people with no coding background is amazing.
Thank you!
This was really helpful!!!
Fantastic!
Just the video Iwas looking for. You're a lifesaver!! I just have some questions: this video player you used, is better than the video player video widget from flutterflow? Can you play a streaming video from a server? Or should you only play stored videos from a source in an specific format?
Not able to compile, @James , any hints?
hello james, can you make a video on how to create a custom widget for date picker field
Dear James, could you please help me how to use drop down menu and how to create collections for drop down menu, querying the list from the documents and what actions to be set on define options. example ( mens-(t-shirt, shirts, pants ) I want to show this on the drop menu. please post a video because non of the community links or documents shows exactly how it is done and no proper understandable vid.
Following the exact steps for the custom widget and still getting errors! Not sure what is happening.
Yip, same here
Hi James, thank you for posting this but I've tried the following:
-> video_player: won't compile
-> flutter_gauge: compiles but shows an empty container when I drag it onto the canvas. When I run the app, the container shows the error: "This widget has been unmounted, so the State no longer has a context (and should be considered defunct. Consider canceling any active work during "dispose" or using the "mounted" getter to determine if the State is still active"
-> dropdown_search: won't compile
Please help!
me too
Yes, same here too
Me too.
Hi, James. How can I get personalized help ? I want to be a member.
Hi James, can we have a widget/action like when we click on image/button an audio should play in the backend. Thanks in advance. And also could you please let us know if there is any platform where we can ask our Q's to get instant help .
No need to create custom action for this. Enter the play sound on click action.
Hello... Blessings, does anyone know how to make an option to download any file from flutter flow, that is, if I have a .pdf or .doc file uploaded, how can I download them?
I tried but after compiling it was showing some text in a box...the compiling was sucessful with no error what should I do
Powerful ❤️
Very nice and clean tutorial but, try to add custom icons in a custom widget. It won't compile. Still did not found a solution.
Can I import packages with custom action?
Hey James, do you know if it is possible at the moment in Flutterflow to get the value of a custom widget back to Flutterflow?
Hey Nor, same. Have you solved it?
@@gabrielescudero2715 No unfortunately I didn't solved it
doesnt work with the new FlutterFlow. custom widgets....Did everything you said but it keeps writing has errors
hey there James this no longer works. FF has changed a few things including the UI. Would love to see a newer custom widgets video that shows maybe 5 different variations of how Pub Dev has their code to pull from. A LOT of the widgets on PubDev are not so easy to just copy/paste over, they need more ways to get working. Would love to see this done with 100% no-code, minus editing code in certain variables (but never writing new code). Thanks so much.
Totally agree, the same approaches no longer work. We need a crash course for FF newbies on using pub dev widgets!
It can be very hard, because video author really isn’t able to do this. This video should be 3 minutes long, because all that was shown I typing 6 values into fields and copy pasting block of code.
I just can’t believe no one is recording shorter videos that really help. If only I could make a living recording such ones…
hey can you make a video call video one on one video call for ios and android
sir please help me how can add this flutter_windowmanager 0.2.0
Please Make a video on it
needs to work on Web, that package only works on android
Can you update? Please
Errors prevent compile widhet. Anyone manage to correct line #11 and ann 'late' statement to get reed of one of errors but there are plenty other. #11: 'late VideoPlayerController _controller;'
Me too.. seems like the code doesn't work with the updated version of FlutterFlow...
Hi James, please resolve following errors,
Line 10 _VideoAppState createState() => _VideoAppState(); (warning - avoid using private types in public APIs)
Line 14,19 late VideoPlayerController _controller; (Error - Undefined class)
Line 36 child: VideoPlayer(_controller), (Error - the method VideoPlayer isn't defined for the type VideoAppState)
Please help
Did the error solved
Really annoying, i like other's here have followed step by step but still always get the issue of Has Errors yet it never shows the errors when attempting to compile.
Me too. Cannot compile. Did you manage to fix it?
@@besargator9961 I think the issue was that i was just placing the Widget directly within a column where as it has to be within a container.
I just can't find copy to clipboard action!!!!!!!!!!!!!!!OMG
use 1.5x speed
none of these videos work - flutter changed so much that coding parts became obsolete - you get way too many errors now even if you follow your exact steps - please do a new updated one and tell how to face these problems
I will have a newly updated video up soon. Thanks for your comment.
@James NoCode thank you Mr James!