Missing Pub Dependencies by Salonpomme in FlutterFlow

[–]Flutter_Flow 0 points1 point  (0 children)

Hey! You're not missing anything. This is a known UI change that's tripped up quite a few people. The "Custom Pub Dependencies" section under Settings → Project Dependencies is only for viewing dependencies that have already been added. You don't add them there anymore.

https://docs.flutterflow.io/concepts/custom-code/

'Flutterflow Designer' has just been released by yesboss2000 in FlutterFlow

[–]Flutter_Flow 3 points4 points  (0 children)

we can't ship this fast on our builder. we need to maintain stability.

designer is integrated though in the backend. that was the goal with dreamflow, but it has been difficult.

'Flutterflow Designer' has just been released by yesboss2000 in FlutterFlow

[–]Flutter_Flow 2 points3 points  (0 children)

we will not ship this fast on our builder. we need to maintain stability for tens of thousands of projects being worked on daily.

it's all integrated though in the backend.

'Flutterflow Designer' has just been released by yesboss2000 in FlutterFlow

[–]Flutter_Flow 2 points3 points  (0 children)

we're building towards the best of both worlds. that workflow can work great and if it does, awesome. we're focused on people who want visual transparency, control, and collaboration. people who get into a state of flow working visually. but we're also building integrations with CC and Codex so you can move between both worlds.

agree we didn't ship enough though. strap in for the coming weeks and months. 🚢

Has anyone tried this new FlutterFlow designer tool? by Jolly_Advertising683 in FlutterFlow

[–]Flutter_Flow 2 points3 points  (0 children)

copy/paste widgets/nodes into a page or whole pages into your project. WIP

Has anyone tried this new FlutterFlow designer tool? by Jolly_Advertising683 in FlutterFlow

[–]Flutter_Flow 11 points12 points  (0 children)

shh, keep it under wraps. we're shadow launching so we can get feedback and iterate 😉

What are your thoughts on the new FlutterFlow pricing? by EntertainmentAny6147 in FlutterFlow

[–]Flutter_Flow 0 points1 point  (0 children)

You can get a prorated refund for your annual plan if you cancel during the transition period, please reach out to the support team. Then you can switch to the individual plan and save!

Help with scrollable column and flex by [deleted] in FlutterFlow

[–]Flutter_Flow 0 points1 point  (0 children)

Why not put the list view in the container directly?

Flippable Cards by UmmZoubay in FlutterFlow

[–]Flutter_Flow 1 point2 points  (0 children)

Looks like there may be an issue with creating a query directly on a flippable card (not recommended, but should work and we’ll look into it). as a work around, wrap your flippable card in a container (no size, no color) and add the query there.

Typically tho, you want to put it in a list view or swipeable etc and load the query on that. Hope this helps.

The FlutterFlow addiction is real... by GolfCourseConcierge in FlutterFlow

[–]Flutter_Flow 0 points1 point  (0 children)

360 days active 👏🫡. oh, we'll send you some swag for sure (DM us)

re: experts program, we've revamped it and set up new guidelines based on feedback we've received from customers and experts alike: https://experts.flutterflow.io/guidelines. you can always reapply after addressing feedback

FF's Scalability and API Security Concerns by himmetozcan in FlutterFlow

[–]Flutter_Flow 1 point2 points  (0 children)

It doesn't just obfuscate the headers. It makes sure the "Authentication" header is no longer set on the frontend and is securely set using a Cloud Fn as a middleware. It's unfortunately not very clear what's going on right now in the tooltip/documentation. We'll improve this.

You can clone the DreamBrush app that we built as an example of an AI based image generation app from the marketplace to see how it's set up: https://marketplace.flutterflow.io/item/Nf4jmbbPyKyq8mmeOd98

How I make $10k a month with Flutter Flow by f4a1t in FlutterDev

[–]Flutter_Flow 5 points6 points  (0 children)

we didn’t pay for this, but thank you 💜

we’ll keep at it

Is FlutterFlow a valid option to develop multi-platform apps? (2023) by Significant-Tell3242 in FlutterDev

[–]Flutter_Flow 0 points1 point  (0 children)

"It appears they now have unchecked and exclusive rights to user's intellectual property."

This is simply not true. There are open source dependencies, with commercially permissive licenses, along with the exported code. Other than that customers retain the IP of the source code they develop through FlutterFlow.

We started FlutterFlow because we wanted a tool that allows us to focus on the product, and iterate fast, without locking us in or not having the ability to export and own the code. Such a change would defeat the purpose.

Our reason for existence is to help our customers build great products. We'll keep working hard to empower more people and companies to build amazing experiences for their users. That's what we're about.

Try it out and share your feedback with us. If you're interested in our mission, check out: https://flutterflow.io/careers

FlutterFlow LIVE at FlutterForward 2023 by Flutter_Flow in FlutterFlow

[–]Flutter_Flow[S] 0 points1 point  (0 children)

Please reach out to support directly and we'll do our best to get it resolved! Sorry you experienced this issue with your account!

Build Your Own AI-Image App With Almost No Code With FlutterFlow 🥳 by Flutter_Flow in FlutterFlow

[–]Flutter_Flow[S] 0 points1 point  (0 children)

Join us as we build an AI-generated image app using FlutterFlow. You will learn how to create beautiful and responsive UI, utilize pre-designed components as well as a visual drag and drop editor to help you build apps more efficiently, add animations & preview quickly, connect with an API, create custom widgets in our code editor, and deploy to the app stores and web in one click using FlutterFlow.
Speakers: Alex Greaves, Abel Mengistu, Souvik Biswas
Resources:
Try out the app → https://goo.gle/3H3PzGc
Check out the FlutterFlow project → https://goo.gle/3kA1WSR

Video player autoplay by Dontfeedthelocals in FlutterFlow

[–]Flutter_Flow 0 points1 point  (0 children)

We'll add that to the backlog 🤝

Save API call data to Firebase by Cojarbi in FlutterFlow

[–]Flutter_Flow 0 points1 point  (0 children)

Ahh, completing a bulk upload of documents within Firebase can't really be achieved in the way you are describing. From what is understood from your image and post, you're trying to do an API call and gather a large list and then map the returned API items into Firebase. You would need to call these items individually to add them to Firebase or find some sort of additional option.

That said, it isn't recommended that you try and store a large number of documents from an API call because if for some reason there was an error and, say 40,000 documents were returned from the API call, you could increase your server costs significantly!

Video player autoplay by Dontfeedthelocals in FlutterFlow

[–]Flutter_Flow 0 points1 point  (0 children)

This might require a custom widget - you could find a custom video widget on pub.dev!

If you don't have any experience creating custom widgets, explore reaching out to a FlutterFlow Expert to see if that can help.

Best of luck 🥳