Abdullah Alamodi

Results 9 comments of Abdullah Alamodi

I'll start to translate the content of the Privacy policy, not the whole site. I think thats will work.

I have the same problem, it's very annoying :(

> ``` > onTap: () { > if (widget.controller?.selection == > TextSelection.fromPosition(TextPosition( > offset: > (widget.controller?.text.length ?? 0) - > 1))) { > setState(() { > widget.controller?.selection = > TextSelection.fromPosition(TextPosition(...

> If you are using `dart-define-from-file` I found a very useful article. This setup worked perfectly with `3.19.0` > > https://zenn.dev/altiveinc/articles/separating-environments-in-flutter Author(s). [@riscait](https://github.com/riscait) (This article is Written in Japanese.) >...

look at this it may help https://stackoverflow.com/a/74984125/9746484

check this https://github.com/mapbox/mapbox-gl-native/issues/16581#issue-790366334

my use-case is different, but the cause is the same line `if (oldWidget.imageUrl != widget.imageUrl)` **in may case I don't want the image re-downloaded when the (**fullUrl**) changes** and what...

hi @emondd4 If you mean send list of files, I think there is a problem in your code. it depends on how your backend will receive the object but still...