oligazar

Results 9 comments of oligazar

@JohnEstropia thanks for your reply! * `ListMonitor` is still retained, and its observer as well. I compared hashValues before and after. * `Where` clause seems to be the same (it's...

> Yes, but what I mean was, are the new objects that are inserted afterwards still satisfying this predicate? Yes, new objects are still satisfying the predicate > To clarify,...

same problem here. Tried solutions from here https://stackoverflow.com/questions/55399209/update-flutter-dependencies-in-pub-cache but none of them worked

@Tedsterh for me changing `compileSdkVersion` from `29` to `30` inside `app/build.gradle` fixed the issue.

@mehdok I have the same issue on line `val callbackInfo = FlutterCallbackInformation.lookupCallbackInformation(callbackHandle)` Registration for location updates, where `_onLocationData` is `static`: ``` await BackgroundLocator.registerLocationUpdate(_onLocationData, initCallback: _onInitBackgroundLocation, initDataCallback: data, disposeCallback: _onDispose, ......

Tried the version of the script of @mkotzjan with Xcode 13.0 and getting " and getting: "The file “Cartfile.resolved” couldn’t be opened because there is no such file.". Any ideas...

@CatHood0 But I don't need a new line. I need to leave the document exactly the way it was before

@CatHood0 can you please give me a code example? Because I'm trying to do it like this, and it's definitely inserting a new line, which a want to avoid ```...

You're correct, returning `Delta()` fails the assertion as it doesn't have operations. You suggested inserting a new line saying it will leave the document as it was before. I did...