Skip to content

Ongoing Flutter food_app for both IOS and Android devices with GetX state management and using PHP MySQL as a backend.

Notifications You must be signed in to change notification settings

surajdevgan/food_app

Repository files navigation

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

About

Ongoing Flutter food_app for both IOS and Android devices with GetX state management and using PHP MySQL as a backend.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages