Unable to save the data from the textfields forms in the firebase
问题 I was trying to send an email and save the user input data to the firebase from the flutter application. My code does: I have created the application which is capable to send email but I have got stuck to save those text fields data in the firebase. I have implemented the cloud firestore in the code but I am getting quite a few errors. My code: import 'package:flutter/material.dart'; import 'dart:async'; import 'package:flutter_email_sender/flutter_email_sender.dart'; import 'package:cloud