python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to convert json array to model class in flutter dart/
{
"feed": {
"entry": [
{
"im:name": {
"label": "The Rise"
},
...

Abreeth
Votes: 0
Answers: 2
Django - creating a model with circular relationship - from instance to another instance?
I am currently working on a small project. Two models are of interest:
-Warehouse
-BetweenWarehouseTransfers
Note: each warehouse has multiple items in a different model (which are the products);
Ques...
AngBar
Votes: 0
Answers: 2
Forigen Key not displaying in rendered model form
I am looking for guidance on where I am going wrong. My model form is rendering correctly however the author has no option to select or input. I suspect this is is because the author is a foreign key....

Charles Ballantyne
Votes: 0
Answers: 0
type 'List<dynamic>' is not a subtype of type 'Iterable<Connection>' - Flutter
When I tried to get data from API by Models I found this error in my debug console..
**I/flutter (31507): type 'List<dynamic>' is not a subtype of type 'Iterable<Connection>'
**
How can I...

Fsd Ramjan
Votes: 0
Answers: 2