Last active
February 8, 2023 01:19
-
-
Save raushankrjha/f1bfa7ad9c7ccee98f516e6a642dfc16 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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