Erhan Olgunelma

Results 5 issues of 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 ###...

type: bug
blocked: customer-response
plugin: cloud_firestore
platform: 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...

bug

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...

bug
question

### :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...