Marcin Wróblewski
Marcin Wróblewski
@sondangpangaribuan Yes, but it is only a dirty quick fix: Using [debouncer library](https://github.com/wrbl606/android-debouncer) you can delay your `.dismiss()` call to make sure that flashbar is fully shown. Show/hide animation continues...
> > @sondangpangaribuan Yes, but it is only a dirty quick fix: > > Using [debouncer library](https://github.com/wrbl606/android-debouncer) you can delay your `.dismiss()` call to make sure that flashbar is fully...
Try the solution from https://github.com/KasemJaffer/receive_sharing_intent/issues/36#issuecomment-595130324 and tell if it helped.
Hey, just use `FileImage` instead of `Image.file`. Source: https://api.flutter.dev/flutter/widgets/Image-class.html
Same issue here, we do listen to `.onConnectivityChanged` events on many occasions, and since the migration from `connection: 3.0.2` to `connection_plus: 5.0.2` iOS app version does briefly report `ConnectivityResult.none`, to...
Thank you! Assuming we'll implement the data sharing solution on our own for Android, is there a way to make the `AmplifyAuthCognito` use manually provided tokens to perform authentication tasks?
At the moment I don't have plans of introducing this feature, but feel free to propose the implementation, I'd be happy to include your contribution to the project
Before it gets (hopefully) implemented into pub itself, here's a [Firefox extension](https://addons.mozilla.org/firefox/addon/pubdevs-table-of-contents/) that achieves the same thing.
Hi, are the points above still applicable? I'm planning to contribute and think that sets would be a good start.
You're right, I thought that it'll be easier to do (somehow) 😀 Thanks for the explanation!