skip to Main Content

Keyboard Dissmissal in Flutter

Keyboard is not dismissing correctly in fl;utter using keyboardDismissBehavior: ScrollViewKeyboardDismissBehavior.onDrag, property inside a singleChildScrollview , when drawer is opened. need to dismiss the keyboard when drawer is opened https://github.com/flutter/flutter/assets/90414446/911db935-9a95-466d-9d51-26312ad856e3

VIEW QUESTION

Android Studio – Pre-packaged database has an invalid schema in Room Android kotlin

Hello, I am trying to get data from the asset folder SQL DB but it showing this error. java.lang.IllegalStateException: Pre-packaged database has an invalid schema: recipetype(com.example.finddishrecipe.room.RecipeEntity). Expected: TableInfo{name='recipetype', columns={name=Column{name='name', type='TEXT', affinity='2', notNull=true, primaryKeyPosition=0, defaultValue='undefined'}, image=Column{name='image', type='TEXT', affinity='2', notNull=true, primaryKeyPosition=0, defaultValue='undefined'},…

VIEW QUESTION
Back To Top
Search