Jonas Uekötter

Results 207 comments of Jonas Uekötter
trafficstars

> Just FYI: I released gql_link 0.5.0 as "stable" (well, still major version zero, but not a prerelease...) according with updates to links that make use of exceptions. Thanks for...

> In the commit history is missed the deprecated entry to be able to log it in the changelog I'm not quite sure what you mean by that. What's now...

@budde377 @vincenzopalazzo This is now ready

> Looks Good to me thanks for your work and sorry for the delay! > > Last call about this PR is from @budde377 :) You're welcome. I'm happy to...

I guess this is because `share_plus` doesn't make use of [`Rich content previews`](https://developer.android.com/training/sharing/send#adding-rich-content-previews) on Android.

Flutter itself has an API for the Clipboard, see https://api.flutter.dev/flutter/services/Clipboard-class.html

I believe this issue can be closed, since this was fixed with Flutter 3.3: - https://github.com/flutter/flutter/issues/73652 - https://github.com/flutter/flutter/pull/106145

> @ueman > > > Formatted 69 files (1 changed) in 1.09 seconds. > > This is unblocked now, fixing the linter and we are good to go, thanks for...

This is now ready. Pana fails because it runs against the current published version :/

Yeah, but those should also be passed though the event processors, so that for example the dio eventprocessor can add the request information to the event. I'll try to add...