surajdevgan / food_app

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Dart 96.6%Language:PHP 2.8%Language:Swift 0.4%Language:Java 0.1%Language:Objective-C 0.0%