Sitemap

Flutter Flow: Carousel Menu

7 min readJan 15, 2023

I’m going to discuss how to make a simple carousel menu in the Flutter Flow platform. I will provide the full source code as well.

Press enter or click to view image in full size

We are going to use the following package to help us achieve this:

Note: Flutter Flow introduced data types. I walk through how to use data types instead of JSON in this new article

Custom Widget

First, let’s create our custom widget. Click the custom functions tab on the left-hand side of the flutter flow platform

Now click Add > Widget

--

--

No responses yet