Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 2.61 KB

README.md

File metadata and controls

48 lines (26 loc) · 2.61 KB

food_app

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                                                          

Screenshot 2022-11-10 at 4 32 05 AM

                                                          SignUp Screen

Simulator Screen Shot - iPhone 14 Pro Max - 2022-10-12 at 21 00 52

                                                           Login Screen

Simulator Screen Shot - iPhone 14 Pro Max - 2022-10-12 at 21 01 22

                                                            Home Screen

Simulator Screen Shot - iPhone 14 Pro Max - 2022-11-14 at 04 40 19 ItemInfo Screen

Simulator Screen Shot - iPhone 14 Pro Max - 2022-11-14 at 04 42 47

                                                           Profile Screen

Simulator Screen Shot - iPhone 14 Pro Max - 2022-11-01 at 17 55 13

                                                              LogOut

Simulator Screen Shot - iPhone 14 Pro Max - 2022-11-01 at 17 55 29