Dimitar Ivanov

Results 10 comments of Dimitar Ivanov

@mogol I have upgraded to version 6.0.0 and made everything in the post but I get the error that my class is not found and I can't query the database,...

@mogol tried with 5.13.0 and I get this error : Unhandled Exception: PlatformException(Class does not exist in the Realm and cannot be queried: Transaction, Class does not exist in the...

@mogol this issue name is Error: The class 'ClasName' doesn't exist in this Realm. mine is exactly the same. I will close the other one you answered my question there.

@mogol added the plugin using the ``` realm { syncEnabled = true } ``` without it does not work. Also the I create the object the following way -> widget.realm.createObject('Transaction',...

@mogol Yes ``` apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" apply plugin: 'realm-android' realm { syncEnabled = true } ``` The only difference I see is that my...

@mogol I think I made it working if the project support Kotlin I had to use `apply plugin: 'kotlin-kapt'` with all of the above to make it work :)

Hi TheLester, I actually implemented that inside one of my app projects but I would suggest you using ViewPager to do the trick.

@vic1707 is it possible using these pads with external MCU to press the buttons ?

For everyone if its possible remove the barrierDismissible and use dialog internal button to pop it and if you need barrierDismissible just define TapRegion its very easy fix