Local Run Android Studio

General Conversations

After a major update to FlutterFlow on macOS, I ran a local build on a virtual Android device and noticed that some of my changes were not being fully exported. For example, when I modified a widget in FlutterFlow, those changes didn’t appear when I ran the app. At first, I spent hours thinking I had made a mistake, but after careful consideration, I concluded that I had done everything correctly.

Then, I went to the generated project folder on macOS (/Users/***/Library/Application Support/io.flutterflow.prod.mac), deleted the project directory, restarted the export, and launched the project again—and voilà, the changes were finally visible.

I suspect there’s some kind of caching issue, but why isn’t it cleared automatically when I rebuild the project? I never had this problem before, and I haven’t changed any settings in FlutterFlow or Android Studio.

3
1 reply