Custom Widget and FFAppState

Hi Guys,

I've built a custom calendar widget for my app. Now, I'm trying to enable communication between my widget and my FF list by implementing a filter function.

During my research, I found a method that utilizes local variables and FFAppState. While going through the documentation, I came across an example which essentially achieves what I'm aiming for.

DottedBorderDemo - FlutterFlow

However, one key difference I noticed is the declaration of FFAppState directly in the main.dart file, which, in my case, is read-only.

What do you guys think I might be missing here?

2
7 replies