Skip to content

Instantly share code, notes, and snippets.

@raushankrjha
Last active February 8, 2023 01:19
Show Gist options
  • Save raushankrjha/f1bfa7ad9c7ccee98f516e6a642dfc16 to your computer and use it in GitHub Desktop.
Save raushankrjha/f1bfa7ad9c7ccee98f516e6a642dfc16 to your computer and use it in GitHub Desktop.
Future<List> senddata() async {
final response = await http.post("http://raushanjha.in/insertdata.php", body: {
"name": user.text,
"email": pass.text,
"mobile":mobile.text,
});
var datauser = json.decode(response.body);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment