If you get error like fluttertoast' not found
Open Terminal Go Inside iOS folder in the Flutter project, run the following command
pod deintegrate
pod install
For opening the camera or gallery in IOS devices, paste the following runtime permissions in info.plist file, present in YourFlutterProject -> ios -> Runner -> Info.plist
<key>NSPhotoLibraryUsageDescription</key>
<string>To Use the Gallery</string>
<key>NSCameraUsageDescription</key>
<string>To Use the Camera</string>
<key>NSMicrophoneUsageDescription</key>
<string>To Use Camera Audio</string>
Libraries Used
SignUp Screen
Login Screen
Home Screen
Profile Screen
LogOut