llfbandit

Results 140 comments of llfbandit

Sorry for the late reply, I bet on the encoding issue since dart/native communication is UTF8 only. I will try to use pigeon to workaround those fuzzy issues on windows...

Should be fixed in record_windows: ^1.0.4

There's no way to check for hot-reload. Which version are you using? There's already a check if the first link has already been sent since v6.0.0 for such case.

What do you mean by duplicated? There should be no duplication since you should use stream only.

getInitialListener ??? Do you mean getInitialLink ? If so, you shouldn't it. This call will give you the first link each time you ask for it (even after hot-reload).

```dart final appLinks = AppLinks(); // AppLinks is singleton // Subscribe to all events (initial link and further) final sub = appLinks.uriLinkStream.listen((uri) { // Do something or not... }); ```...

If the file is recorded correctly, then I close this. Feel free to open a new one with details if there's anything related to this package and audio recording (not...

Thanks for reporting. You should try to call `appLinks.uriLinkStream` after `runApp` since you redirect to screens.

"init"? There's no such method in the description... I suggest you to refresh your ios folder. Remove `Podfile.lock` pod clean, pod install, pod update... The error occurs even before initializing...

I don't have linux so I'm blind to help you here. But there's a new version 6.1.2 with dedicated package to linux platform that has just been released. It may...