utkarshmarwaha
Results
2
issues of
utkarshmarwaha
I have two entities, ``` @Entity( tableName: "Articles",) class Article { @primaryKey int? id; String? categoryIds; String? mediaType; String? title; String? image; String? video; String? publishedOn; String? url;} ``` and...
question
Keyboard autofocus set to off by default. use property isAutoFocus: true to enable keyboard open on dialog/dropdown Click