Can we access your project?
Current Behavior
I am unable to add any custom pub.dev package to my project. I have tried two separate entry points, and both are broken:
-
Settings & Integrations > Project Dependencies > Custom Pub Dependencies tab loads and is selectable, but the tab content area is completely empty. No "Add Pub Dependency" button or input fields appear. The other tabs on the same page (FlutterFlow Libraries, Custom Class Sources, FlutterFlow Pub Dependencies) all render correctly.
-
As a workaround, I created a Custom Action and opened its code editor. The right-side "Action Settings" panel renders correctly (Return Value, Type, Define Arguments, Description, References all appear), but there is no "Pubspec Dependencies" section anywhere in this panel, even after explicitly setting a Return Value (type String) and adding one Argument (type String) and saving.
Expected Behavior
The Custom Pub Dependencies tab should show an "Add Pub Dependency" button/form, and/or the Custom Action editor's Action Settings panel should show a "Pubspec Dependencies" section where I can add a package name, version, and import statement.
Steps to Reproduce
- Open the project's Settings & Integrations > Project Dependencies
- Click the "Custom Pub Dependencies" tab
- Observe the tab content area is blank
- Alternatively: create a new Custom Action, open its editor, set a Return Value and one Argument, save, close, and reopen the action
- Observe no "Pubspec Dependencies" section appears in the Action Settings panel
Reproducible from Blank
Bug Report Code (Required)
IT48l8n1z4ZOpbxa1rqBc8J7/TgWOUs7arhE1O5udw48KOPdOoYUP8+kM0RoOOrgS39Xe2CGr2oW0N7SkfDPJew7ORytb6pdzLhIVBXvWlK7V5SIFJWgWHEnAptPIH685Ku7ohF7Ofhvc1pnwU2pONmAc3XdQYTWCkUkDq/LZO4=
Visual documentation
Environment
- FlutterFlow version: 3.38.6
- Platform:web
- Browser name and version:152.0.7977.75
- Operating system and version affected: windows11
Additional Information
I need to add the alarm package (https://pub.dev/packages/alarm) to test reliable background alarm playback on a locked device. This blocker is currently preventing all further development.
Note: This appears to be the same underlying issue as #7286 (closed as "can't reproduce"). Unlike that report, I have confirmed this issue reproduces starting from a brand-new blank project (not just my main project), which may help with reproduction on your end. See attached screenshot #3 for this confirmation.
Can we access your project?
Current Behavior
I am unable to add any custom pub.dev package to my project. I have tried two separate entry points, and both are broken:
Settings & Integrations > Project Dependencies > Custom Pub Dependencies tab loads and is selectable, but the tab content area is completely empty. No "Add Pub Dependency" button or input fields appear. The other tabs on the same page (FlutterFlow Libraries, Custom Class Sources, FlutterFlow Pub Dependencies) all render correctly.
As a workaround, I created a Custom Action and opened its code editor. The right-side "Action Settings" panel renders correctly (Return Value, Type, Define Arguments, Description, References all appear), but there is no "Pubspec Dependencies" section anywhere in this panel, even after explicitly setting a Return Value (type String) and adding one Argument (type String) and saving.
Expected Behavior
The Custom Pub Dependencies tab should show an "Add Pub Dependency" button/form, and/or the Custom Action editor's Action Settings panel should show a "Pubspec Dependencies" section where I can add a package name, version, and import statement.
Steps to Reproduce
Reproducible from Blank
Bug Report Code (Required)
IT48l8n1z4ZOpbxa1rqBc8J7/TgWOUs7arhE1O5udw48KOPdOoYUP8+kM0RoOOrgS39Xe2CGr2oW0N7SkfDPJew7ORytb6pdzLhIVBXvWlK7V5SIFJWgWHEnAptPIH685Ku7ohF7Ofhvc1pnwU2pONmAc3XdQYTWCkUkDq/LZO4=
Visual documentation
Environment
Additional Information
I need to add the alarm package (https://pub.dev/packages/alarm) to test reliable background alarm playback on a locked device. This blocker is currently preventing all further development.
Note: This appears to be the same underlying issue as #7286 (closed as "can't reproduce"). Unlike that report, I have confirmed this issue reproduces starting from a brand-new blank project (not just my main project), which may help with reproduction on your end. See attached screenshot #3 for this confirmation.