Bawender Yandra
Bawender Yandra
Hi, Is there any update on this issue? I have the following data ```kotlin @Entity data class Habit( @Id var id: Long = 0L, var name: String = "", )...
Have a similar usecase where my app needs access to the data stored in hive db from the native code to do some alarm based work. I am wondering if...
I tried the above said implementation. On the BindViewHolder method I added the code to start the ripple. But there seems to be some problem with the fling action. Whenever...
I also activated the debug mode of the shape ripple and it keeps giving me these logs 1. D/ShapeRipple: There are no ripple entries that was created!! 2. E/ShapeRipple: The...
> This issue also occurs with the latest realm 2.0 / flutter 3.19.5. > > There is a workaround, in the source file that defines the schema, import `realm_common` (direct...
BTW I have bumped the version in this PR: https://github.com/gbmiranda/flutter_plus/pull/7 PS: What's the dependency on `intl`. Since we will have to maintain the version for `intl` on every release to...