Can we access your project?
Current Behavior
I have imported my Project Library which contains an API Call definition of Gemini API using streaming.
Now when I import this Library into the project in subject, It throws an error while building apk because Flutterflow isn't generating api_streaming.dart in the imported library package of this project. This further leads to a compile time error as one of my screen's widget & model dart files import it automatically because Flutterflow has imported it.
Expected Behavior
Exported package's API_streaming.dart should be also imported with the Project code as it throws a compile time error because an import statement depends upon it in investigation_result's widget and model file.
Steps to Reproduce
Try to Build/Generate APK from the Developer Menu.
Reproducible from Blank
Bug Report Code (Required)
IT4CkvLl/ZNgobhc0M71bcdvmikUJlB6RYINldVuSUsYJ5PMC+wIZ/f7XFRuTde0S1FiPGGJ+XoK08nemvHxLu1cNU2uQYBawbhyWwHJXkK6RZSSC7rpZW5/Df1mCWqC1p2CniYlFMpiLVkt3HGMAO6WfDHsQ72xIXowReaIC5KK2SrDX1iXc2URm05KZDPz
Visual documentation
Here you can see that api_streaming.dart is being imported from my Library along with api_calls.dart.

Here you see that bug that api_streaming.dart is not added to the Project's code while api_calls.dart is present and compiles just fine.

Here finally due to the absense of api_streaming.dart, It leads to this error when I try to Build APK.

Environment
- FlutterFlow version: 5.0.0
- Platform: Windows 11
- Browser name and version:
- Operating system and version affected:
Additional Information
No response
Can we access your project?
Current Behavior
I have imported my Project Library which contains an API Call definition of Gemini API using streaming.
Now when I import this Library into the project in subject, It throws an error while building apk because Flutterflow isn't generating api_streaming.dart in the imported library package of this project. This further leads to a compile time error as one of my screen's widget & model dart files import it automatically because Flutterflow has imported it.
Expected Behavior
Exported package's API_streaming.dart should be also imported with the Project code as it throws a compile time error because an import statement depends upon it in investigation_result's widget and model file.
Steps to Reproduce
Try to Build/Generate APK from the Developer Menu.
Reproducible from Blank
Bug Report Code (Required)
IT4CkvLl/ZNgobhc0M71bcdvmikUJlB6RYINldVuSUsYJ5PMC+wIZ/f7XFRuTde0S1FiPGGJ+XoK08nemvHxLu1cNU2uQYBawbhyWwHJXkK6RZSSC7rpZW5/Df1mCWqC1p2CniYlFMpiLVkt3HGMAO6WfDHsQ72xIXowReaIC5KK2SrDX1iXc2URm05KZDPz
Visual documentation
Here you can see that api_streaming.dart is being imported from my Library along with api_calls.dart.
Here you see that bug that api_streaming.dart is not added to the Project's code while api_calls.dart is present and compiles just fine.
Here finally due to the absense of api_streaming.dart, It leads to this error when I try to Build APK.
Environment
Additional Information
No response