Victor Carreras
Victor Carreras
Hello everyone, I have a target with several schemas. I would like to disable the capability that causes a schema to be automatically created with the name of the target....
### What information needs to be added? In the [How to test a Flutter App codelab](https://codelabs.developers.google.com/codelabs/flutter-app-testing) we can see UI testing with the [flutter_driver](https://api.flutter.dev/flutter/flutter_driver/flutter_driver-library.html) package. Following [the documentation below](https://docs.flutter.dev/release/breaking-changes/flutter-driver-migration) we...
When I add the dependency https://github.com/PerfectlySoft/Perfect-LDAP.git in the Swift Packages tab when selecting the project it gives me no problems. But when I compile later it generates the following error.
I have added the dependency "https://github.com/PerfectlySoft/Perfect-LDAP.git" to the Package.swift file of my project. Esto provoca lo siguiente: When I compile it causes me the following errors: Apparently some modules are...
### Description: With the recent migration from `google_generative_ai` to `firebase_ai`, we’ve encountered a significant limitation: **it is no longer possible to set a custom Gemini API key**. In `google_generative_ai`, developers...
**Description:** The `flutter_file_picker` package currently has some platform-related issues that, while not affecting its overall score, could cause confusion for users. Specifically: - The package does not correctly declare support...
The current API design of `flutter_file_picker` handles platform-specific logic separately, which leads to fragmentation and makes the codebase harder to maintain and extend. I propose a **unified API** structure that...