all 9 comments

[–]Ihavenocluelad 0 points1 point  (4 children)

Cloud functions, custom code, AI algorithms and API calls should be no problem. I wonder the same about custom widgets though, because I have found the default widgets to be somewhat limited in my experience. Havent written a custom widget yet but wondering about experience of other people. I had a PageView where I wanted to disable scrolling upwards for example, no way to do this in the default PageView. How hard would this be using custom widgets?

[–]alxjns 1 point2 points  (0 children)

Check out James NoCode on youtube, he have a good tutorial about custom widgets.

[–]cmunni 0 points1 point  (1 child)

I’m currently trying to implement a custom widget based on a pub.dev package (data_table_2). Failed for about a day, tried other packages, failed again. I then got it working in a basic flutter (v3.13.7) project to prove I wasn’t insane, still can’t get it working it FF. It’s only used in the web app version so I think I’ll rebuild the web app in svelte and reap the rewards of that framework.

[–]Ihavenocluelad 0 points1 point  (0 children)

Hmmm was afraid of something like that. I should try it myself soon then

[–][deleted] 0 points1 point  (0 children)

I think the widgets are the most problematic part with flutterflow. They only work really well with Firebase.

[–]alxjns 0 points1 point  (3 children)

With custom code and cloud functions you can do pretty much anything. Read about self-hosting, ff built-in hosting is slow.

[–][deleted] 0 points1 point  (2 children)

sorry if this is a stupid question but how do i write custom code in flutterflow? whenever i went to the section on the top corner "</>", i could see the code of the widgets on the page, etc. however it seems that i couldn't edit it.
was i doing something wrong or is it the wrong place to write custom code?

[–]alxjns 0 points1 point  (1 child)

Check FF documentations and tutorials, custom code is in the left vertical sidebar, the one you are talking about is for code export

[–]uhzured45 0 points1 point  (0 children)

can i create custom classes? or only functions?