-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Can we access your project?
- I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.
Current Behavior
I am unable to run the project because flutter pub get fails with a Git error.
The build process attempts to fetch the FlutterFlow package flutterflow_colorpicker, but GitHub returns an HTTP 500 Internal Server Error.
Here is the full error message:
Git error.
remote: Internal Server Error
fatal: unable to access 'https://github.com/FlutterFlow/flutterflow_colorpicker.git/':
The requested URL returned error: 500
exit code: 128
Failed to update packages.
This occurs both inside FlutterFlow and when exporting the project locally.
Expected Behavior
flutter pub get should complete without errors, and the FlutterFlow Git package should be accessible.
Steps to Reproduce
1.Open any FlutterFlow project that depends on flutterflow_colorpicker
2.Run or build the project (or export and run flutter pub get locally)
3.The build fails with the GitHub 500 error
Reproducible from Blank
- The steps to reproduce above start from a blank project.
Bug Report Code (Required)
IT4olfLl34V1rsRE0JDUbvlahSQ7QlB8UIJI1spBZywgfZzzBLN/fPfQP1BCZ/W5TG9cI2K2p14d+cLtj4TQUcJfOQ+Vbapbzs9+FBXMLTqiM6mTF7WOfEZ8M9pgN3XG4KuvuSJNJtt2WVkj2meEG+SXHzLZJID1DFQ8Sq/LZO4=
Visual documentation
Environment
- FlutterFlow version:
- Platform:
- Browser name and version:
- Operating system and version affected:Additional Information
The repository URL cannot be accessed reliably from the build process.
Other Git-based dependencies work normally.
This appears to be an issue with the FlutterFlow GitHub package or its server availability, not with the project setup.