Sébastien Batézat

Results 19 issues of Sébastien Batézat

I've read the documentation on retry but I cannot figure out how is it working on some common situations: 1. If application is killed (by the user or not) -...

doc-worthy

**I'm submitting a ...** [ ] bug report [ X] feature request [ ] support request **Current behavior:** Splash screen not showing on iOS **Expected behavior:** Splash screen is showing...

help wanted
good first issue
feature

I've got my main flutter application (./lib) with 2 internal packages, let's say A, B (./lib/packages/A/lib, ./lib/packages/B/lib). All ferry stuff (and dependencies) are inside the package A : ```yaml dev_dependencies:...

I'm trying to use the WebSocketLink with the recommended protocol 'graphql-transport-ws' and it's not working. I was able to select the correct protocol using channelGenerator but there is some hardcoded...

enhancement
help wanted

## Summary Add a way to select Android User to let Flipper working on devices with Work Profile. Fix #953 & #4605 ## Changelog Add a setting on settings sheet...

CLA Signed

## 🐛 Bug Report Work Profile devices are not well recognized on Flipper See https://github.com/facebook/flipper/issues/953

**Describe the bug** I was using isLocale to check locale string like "en-US" or "fr-CA" and so on. Everything was working fine on 13.9.0, but today I'm trying to upgrade...

🐛 bug

I'v just upgraded flutter to 3.10.6 & flutter_lints to 3.0.1 I've got a lint issue on my Widget "Use 'const' with the constructor to improve performance". But it's not a...

type-bug
false-positive
P2

The method signature of *logExceptionEx*, *logExceptionManual* and *logException* (the one called by the two previous ones) contains a parameter named "nonFatal". ` static Future logException(String exception, bool nonfatal, [Map? segmentation])...

I'm using that API on an async function: ``` await Countly.reportFeedbackWidgetManually( widgetInfo, widgetData, { "rating": rating, "comment": comment, "email": email, "contactMe": true, }, ); ``` It's neverending, the future is...