Yassine Ben Massaoud

Results 7 issues of Yassine Ben Massaoud

Compiler message: file:///C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.16.7/lib/src/observable.dart:1826:57: Error: The method 'retype' isn't defined for the class 'Stream'. - 'Stream' is from 'dart:async'.

> ## Bug report **After adding firebase_core to a new project and attempting to run the app on Windows, I encountered some warnings. The app was built successfully, but contrary...

type: bug
blocked: customer-response
Stale
in triage

phone number verification is not working

Using : ```dart if (await FlutterContactPicker.requestPermission(force: true)) { final contact = await FlutterContactPicker.pickFullContact(); } ``` It simply fails on iOS: MissingPluginException(No implementation found for method pickContact on channel me.schlaubi.contactpicker)

This PR updates the readme file to clarify that you need to specify the **foregroundServiceType** inside **AndroidNotificationOptions**. Otherwise, the app will crash on Android 14 as mentioned here #220 .

I have observed a significant performance regression between versions 3.5.0 and 3.6.1. My use case is quite straightforward: I create a ZipFileEncoder and add some files to it. The same...

Hi Dart team šŸ‘‹ I’d like to ask if there are any plans to provide a WinHTTP-based implementation for the http package on Windows, similar to how: • cronet_http is...

type-enhancement
contributions-welcome
P3
package:http