Erhan Olgunelma
Erhan Olgunelma
### Is there an existing issue for this? - [X] I have searched the existing issues. ### Which plugins are affected? Cloud Functions ### Which platforms are affected? Windows ###...
### 👟 Reproduction steps Running the following code in a Flutter project: ```dart prefs = {"data": {"name" : "Erhan"}}; User prefsUpdatedUser = await account.updatePrefs( prefs: prefs, ); ``` Running the...
I'm using Flutter to broadcast a Bonsoir service from a real Android device. The service is successfully discovered and resolved by another device (e.g., Mac or iOS), using the correct...
### 👟 Reproduction steps Running the following code in a Flutter project: ```dart prefs = {"data": {"name" : "Erhan"}}; User prefsUpdatedUser = await account.updatePrefs( prefs: prefs, ); ``` Running the...
### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Dependency update. All runtime and development dependencies in the workspace have been bumped to their...