bahadir arslan
bahadir arslan
I also struggle with the width of the dialog. Even if I set 5000 as width, it has some internal width that can not be changed.
This feature is a must. I don't want to fetch all results then filter via Dart collections. I can write something `Entity_.dbBlockOffTime.lessOrEqual(OtherEntity_.value))`
I am sorry but I can not share the PDF file because it contains some personal info. But if you provide me an alternative way to share it with you,...
I have the same issue. Changing dependencies at andoid\app\build.gradle solved my problem. ``` dependencies { implementation 'com.android.support:multidex:1.0.3' implementation 'com.google.android.material:material:1.6.1' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation "io.objectbox:objectbox-android:3.8.0" debugImplementation("io.objectbox:objectbox-android-objectbrowser:3.8.0") } ```
> @bahadirarslan Thanks, but the original poster already has the correct version of `objectbox-android-objectbrowser` added. You are right, sorry I didn't notice that.
Still exists on version 4.3.0 :(
> Workaround: [#199 (comment)](https://github.com/cmfcmf/docusaurus-search-local/issues/199#issuecomment-1901928218) > > PR waiting to get merged #204 > > I'm not sure if @cmfcmf has abandoned this project. Thank you, this was helped. But I...
This is blocking me even building my apps because other dependencies require higher version of Firebase libraries and this library causes a conflict.
I am facing the same problem, receipts are not valid anymore. Now I am downgrading the suggested versions. Also I think you should consider to publish how to use StoreKit2...
> Hello, I want to use this awesome library in swiftUI, is there any planned support for swiftUI soon ? I tried to port MaterialShowcase to SwiftUI. You can check...