Pierre Monier

Results 11 issues of Pierre Monier

## 🏗 Enhancement Proposal I wanted to add `Stream` support for permission status ### Pitch I think it will make the use of this plugin more declarative, in `build` method...

platform: android
platform: ios
type: enhancement
P2
platform: windows
refactor

**Describe the bug** In the docs, it says that we can pass `accessKeyId` and `secretAccessKey` to the `Producer.create` method, but we can only pass an `SQS` object, the README need...

bug

**The problem** There is code to validate that `queueUrl` isn't undefined, it adds extra logic, I think it's better if this logic is directly in the `ProducerOptions` type **Suggested solution**...

feature-request

## Description If queueUrl is required, then it should be directly in the ProducerOptions type, not in the validate method ## Motivation and Context I think it cleaner that way...

lsb_release -a : ``` No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.2 LTS Release: 20.04 Codename: focal ``` linuxkit version : ``` linuxkit version v0.8+ commit: e48d5294ee7958d277f46d6b5ea560a910cb554c...

There is buggy behavior on web and desktop with the key selection feature. This only happen in release mode. I will check that out, just wanted to report this issue

**Description** According to the documentation, this : ``` {{^publish}} publish_to: none {{/publish}} dependencies: flutter: sdk: flutter {{#useGoogleFonts}} google_fonts: latest {{/useGoogleFonts}} ``` with the following configuration : ``` { "publish": false,...

bug
customer:🦄

Fix merge issues Should be nice now

Stale

**Describe the bug** I'm not able to add a link to my rich text. I am not able to tap in the modal text field **To Reproduce** Steps to reproduce...

Added `getLocationAccuracy` and `requestTemporaryFullAccuracy` methods, implemented only for iOS. Introduced a new `LocationAccuracyStatus` enum. Users can now check location accuracy on the iOS platform. close #558 I have not made...