abeintopalo

Results 2 issues of abeintopalo

Let's take the sample code from the readme: ``` let realm = try! Realm() let laps = realm.objects(Lap.self) Observable.changeset(from: laps) .subscribe(onNext: { results, changes in if let changes = changes...

bug
crash

I'm trying to use a local .aar file inside a flutter plugin, but so far I couldn't figure out how to achieve this. Steps I did: 1) Created a flutter...

platform-android
plugin
t: gradle
documentation
P4