DEV Community

dr. sradhanjali Sahoo
dr. sradhanjali Sahoo

Posted on

can not fetch asp.net core web api data in flutter

i am freelancer in asp.net . now I want to develop mobile app in flutter and create web api in (asp.net core web api in visual studio 2022)
all api work properly in post man locally also in web hosting

using entity framework
https://app.smartdriveservice.com/api/Users
https://app.smartdriveservice.com/api/Users/1

without entity frame work

https://mobile.smartdriveservice.com/api/CRUD/GetAllRegistration

https://mobile.smartdriveservice.com/api/CRUD/GetAllRegistrationById/1

https://mobile.smartdriveservice.com/api/CRUD/UpdateRegistration

https://mobile.smartdriveservice.com/api/CRUD/AddNewRegistration

https://mobile.smartdriveservice.com/api/CRUD/DeleteRegistration/1

data base is ms sql server 2018

but when i try to fetch in flutter that data can fetch only blank screen show in flutter window please help me to solve the problem where is the error

sradhanjali.sradha@gmail.com +91- 7008182025

Top comments (0)