mono — Masayuki Ono
mono — Masayuki Ono
Thanks for the feedback 👍 I think It is better adding formula to the main homebrew repository, but I'm not familiar with Homebrew distribution. > I can try and send...
I want this feature too 👀
> 1. Is `async/await` syntax necessary? It seems to be possible that I remove them. like Not always necessary. > 2. Is `drain()` necessary? I had found that it might...
[Stack Overflow](https://stackoverflow.com/questions/tagged/flutter?tab=Newest) is suitable for this kind of question 🎯
Please, fork and use it 🙏
#211 should be merged.
I was able to work around this by adding this to the top-level project directory: ```yaml # https://github.com/flutter/flutter-intellij/issues/5694 name: dummy publish_to: 'none' dependencies: flutter: sdk: flutter ```
It can be supported by using [SelectionArea class - material library - Dart API](https://api.flutter.dev/flutter/material/SelectionArea-class.html). - define AdaptiveSelectionMode enum - none - webOnly(default) - all - Add `AdaptiveSelectionMode selectionMode` property -...
Sorry, but I'm closing this. Please see this: https://github.com/mono0926/adaptive_dialog?tab=readme-ov-file#how-can-i-customize-it-flexibly If you need it, use the fork version. Another idea, assuming we do something similar in the future, is the possibility...
To resolve the issue, modify https://github.com/KasemJaffer/receive_sharing_intent/blob/master/example/ios/Share%20Extension/ShareViewController.swift as follows. ```swift import receive_sharing_intent class ShareViewController: RSIShareViewController { open override func viewDidLoad() { super.viewDidLoad() self.view.isHidden = true } } ```