I create an application with a table, which should be filled by using queries to the MS SQL SERVER. How can I use the application to send requests to the server?
--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/cf768c9e-0d36-4ac7-b08c-5bbe92b031ba%40googlegroups.com.
You need to create a server application with an API, for example REST, that talks to your database and then the Flutter app talks to the server. You can use .Net MVC for example for the server app.Mobile applications never talk directly to Databases except for locally on the device, usually for cache only.
søn. 20. okt. 2019 kl. 15:02 skrev Mister Sapkowski <reddin...@gmail.com>:
I create an application with a table, which should be filled by using queries to the MS SQL SERVER. How can I use the application to send requests to the server?--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutt...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/cf768c9e-0d36-4ac7-b08c-5bbe92b031ba%40googlegroups.com.
I’ve been using flutter since August 2018 and this helped me in the beginning.
https://flutter.dev/docs/cookbook/networking/fetch-data
Sent from Mail for Windows 10
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/e2750332-ba7d-493e-8b4f-dd4e829a6248%40googlegroups.com.