Member-only story

Flutter Flow: Carousel Menu

Christopher Coffee
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.

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