GithubHelp home page GithubHelp logo

amirbayat0 / food-mobile-app-ui-flutter Goto Github PK

View Code? Open in Web Editor NEW
128.0 7.0 27.0 4.15 MB

Food Delivery Mobile App User Interface Powered by Flutter and GetX! ๐Ÿ”๐Ÿ“ฒ๐Ÿ’ซ

License: Apache License 2.0

Kotlin 0.16% Swift 0.47% Objective-C 0.04% Dart 99.32%
dartlang flutter flutter-apps flutter-examples flutter-ui flutter-widget flutterui getxpattern ui

food-mobile-app-ui-flutter's Issues

Buffer Overflow Pixels in Android

Hello Amir, congratulations for the work on the UI. Very beautiful.

I ran this project on Flutter 3.7 for Android and found oveflow buffered in 41 pixels on the home screen..

I solved the problem with SingleChildScrollView as follows:

Code:

@OverRide
Widget build(BuildContext context) {
return SafeArea(
child: Scaffold(
drawer: mainDrawer(3),
appBar: const MyAppBar(),
body: SingleChildScrollView(
child: Padding(
padding: const EdgeInsets.all(7.0),
child: Column(
children: [
const TopTextWidget(),
TabBar(),
const MiddleSaladsPageView(),
const BottomSaladGridView(),
],
),
),
),
),
);
}
}

If you have a better solution to the problem I would appreciate it if you share.
I didn't take the liberty of creating a branch in the project with all the changes made. I can do it if you authorize it.

Thank you and disposition!

Wagner R Araujo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.