How to Return a Value from a Bottom Sheet

preview_player
Показать описание
This tutorial will cover how to return a value from a bottom sheet. The value will be sent to the current page the bottom sheet occupies. Although this is possible with local state variables, this is a faster and easier way to execute this process & is often used on forms and updating fields instantly.

//

Flutterflow is a low-code builder for native apps, bringing design and development into one tool. Drag-and-drop to build pixel-perfect UIs. Connect your app to live data via Firebase or APIs. Easily add advanced features like push notifications, payments, animations, and more. Build your own custom widgets or write custom code that you can use in Flutterflow. When your app is complete, export your code or deploy straight to the app stores.

Рекомендации по теме
Комментарии
Автор

Amazing explanation. Please more videos like that for simple features and easy-to-understand language. Make a video explaining the difference and the use of Pages and Bottom Sheet with Components because recently I found out that there are so many apps that use "Components" instead of pages like profile components, settings and so on and seems like it is a good idea to switch most of the page to Component, but I am not sure about the limitations and settings what should only be pages and why to use component instead for some.

mikhaileremeev
Автор

So so great with specific tips. Thank you!

swyxTV
Автор

Very nice, but at 04:45 let's say you want to be able to dinamically translate "fitness class", how would you do that?

nkofr
Автор

in the latest version, we have to first specify has value on the component then only we get the Action Output value

vineeth.vijayan
Автор

Great vid explaining exactly what I need to do. Thanks!

marklivedronestheworld
Автор

How can I return the bottomsheet value into an input field on the page?

bigdata
Автор

Thanks for the video. SUGGESTION: Would you be able to make a video about displaying a list of businesses location (comes from a Firestore collection) on a map or Google map and when a user hover over it then it's going to display that business details in a small card UI?

marikevandijk
Автор

Thanks for the video. But what is with the other way round? For example when clicking on a list tile I want to show the infos from the list tile on a bottom sheet which pops up when clicking on list tile. Thanks in advance :)

TheWhoIsTom
Автор

How to change bgcolor of an container in the side menu i.e when we clicked it like when we are about to click downloads in side menu the background colour for only downloads will change like that I am asking

devakichandrika
Автор

Clear and concise explanation but...in my FF instance I lack the option to return an Action Output from the bottom sheet. Has this function been relocated or eliminated in a FF update since this video was produced?

jordanscott
Автор

Can you use the bottom sheet for users to add comments to an app screen?

So instead of one fixed text box... it would add a comment and then if someone else adds a comment it would input underneath the last (rather than change the sane text field)

Wlker
Автор

Does FlutterFlow provide any sort of 'logging' capability? This would be helpful during debug to watch variables or better understand code flow.

guns
Автор

Adding bottom sheet action doesn't have return a value anymore, also can there be an action to refresh the page

jumtmeamjusthere
Автор

Excellent vid! I'd love to see how to set empty states on the swipeable stack when someone has finished swiping through all the cards. It can be done when there is nothing available to start with, but I can't figure out how to display something when all cards have been swiped.. Or how to configure it so that you can swipe/cycle endlessly through all cards. Thanks!

AM-qkox
Автор

I would like to see a video made that takes a date range selected by the user and outputs a list of certain things based of those date ranges. The items in that list are created and have a date associated with each item. Kinda of like you booking something, and want to pick F-S-Sun, a weekend, it the app showing you whats available based on those dates. Does that make sense?

derekgaspard
Автор

In the video you explain very well a case which, however, I think is uncommon.
Try this case: On a page I have a text widget that takes the value from the json field of a Datatable, I want to open a Bottom Sheet where the user can modify the content, when saving, the content is copied into the text widget and then saved in the DB
How would you do it?

mauromiotello
Автор

Does FlutterFlow allow state management to add ?

yashchandraverma
Автор

can you make a video about geolocation and polylines and also how to count the sum of results .

thank you i appreciate

mohamedabdikadir
Автор

For a large project with a tight deadline, would you advise me to use flutterflow or flutter?

wibuyy
Автор

PLEASE make a video on cart functionality where when an add to cart button is clicked on a list of product page the button disappears and changes to a counter to be able to increase the quantity of the item without first going to the cart page to do that. Thank you

Obarmart