--
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/fc7961f3-1688-43e8-85ef-2ad6092813d2%40googlegroups.com.
final http.Response response =
await http.post(strurl, body: json.encode(info));
How are you sending it? In the body of a POST? Over https?
On 14 Jun 2019, 18:57 +0100, Pascal Fournier <pfour...@gmail.com>, wrote:
Hello to all !--I have a question about security !I have a login form in Flutter. When the user click on the login button, i send login information to my server (php)... should i need to encrypt the password in Flutter or i can do it in PHP ?Thanks a lot !Pascal
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 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/619070f3-aa0a-48df-8565-981ecb6bba0f%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/619070f3-aa0a-48df-8565-981ecb6bba0f%40googlegroups.com.