Coder Social home page Coder Social logo

widle-studio / grocery-app Goto Github PK

View Code? Open in Web Editor NEW
991.0 991.0 499.0 42.35 MB

Flutter Grocery Shopping App (Mobile App, Web App)

License: MIT License

Objective-C 0.01% Dart 99.74% Kotlin 0.03% Ruby 0.17% Swift 0.05%
dart ecommerce ecommerce-application ecommerce-shopping-solution ecommerce-store flutter flutter-app flutter-apps flutter-demo flutter-material flutter-material-app flutter-showcase flutter-ui flutter-web flutter-widget go grocery material-design

grocery-app's People

Contributors

limanibhavik avatar rizwan201 avatar suranisaunak avatar suyoscar11 avatar tsvillain avatar widlestudiollp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

grocery-app's Issues

search_screen.dart --> SearchController --> 'dynamic' doesn't conform to the bound 'GetLifeCycleBase?' of the type parameter 'S'.

Hi,

With this page "search_screen.dart" I have an issue with last update Flutter/Dart
'SearchController' doesn't conform to the bound 'GetLifeCycleBase?' of the type parameter 'S'.
Try using a type that is or is a subclass of 'GetLifeCycleBase?'.darttype_argument_not_matching_bounds

The getter 'buttonswebsolController' isn't defined for the type 'SearchController'.
Try importing the library that defines 'buttonswebsolController', correcting the name to the name of an existing getter, or defining a getter or fi

An idea to resolve it ?
Thanks

QuickShop

_# Grocery App - A convenient solution for managing your shopping lists, finding deals, and organizing your grocery trips effortlessly. Developed with user-friendly features and intuitive design to enhance the shopping experience for users of all levels. Happy shopping!
_

Execution failed for task

i updated some depen..

here is my yaml:
connectivity_plus: ^3.0.2
shared_preferences: ^2.0.17
cached_network_image: ^3.2.3
flutter_svg: 1.1.6
dotted_border: ^2.0.0+3
intl: ^0.18.0
permission_handler: ^10.2.0
images_picker: ^1.2.11
url_launcher: ^6.1.9

and i got these like below:
FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':connectivity_plus:compileDebugJavaWithJavac'.

Failed to calculate the value of task ':connectivity_plus:compileDebugJavaWithJavac' property 'options.generatedSourceOutputDirectory'.
Querying the mapped value of map(java.io.File property(org.gradle.api.file.Directory, fixed(class org.gradle.api.internal.file.DefaultFilePropertyFactory$FixedDirectory, D:\flutterProject\shop_demos\Grocery-App\build\connectivity_plus\generated\ap_generated_sources\debug\out)) org.gradle.api.internal.file.DefaultFilePropertyFactory$ToFileTransformer@34bc152f) before task ':connectivity_plus:compileDebugJavaWithJavac' has completed is not supported

how do i solve these errors, thank you

Exception on SplashPhoneNumberScreen

Launching lib/main.dart on iPhone 14 in debug mode...
Xcode build done. 16.2s
Connecting to VM Service at ws://127.0.0.1:64214/PcRqYuXT1TA=/ws
[GETX] Instance "PrefUtils" has been created
[GETX] Instance "ApiClient" has been created
[GETX] Instance "ApiClient" has been initialized
[GETX] Instance "NetworkInfo" has been created
[GETX] Instance "GetMaterialController" has been created
[GETX] Instance "GetMaterialController" has been initialized
[GETX] GOING TO ROUTE /initialRoute
[GETX] Instance "SplashController" has been created
[GETX] Instance "SplashController" has been initialized
[GETX] GOING TO ROUTE /splash_phone_number_screen
[GETX] Instance "SplashPhoneNumberController" has been created
[GETX] Instance "SplashPhoneNumberController" has been initialized

════════ Exception caught by rendering library ═════════════════════════════════
The following assertion was thrown during layout:
A RenderFlex overflowed by 13 pixels on the bottom.

The relevant error-causing widget was
Column
You can inspect this widget using the 'Inspect Widget' button in the VS Code notification.
The overflowing RenderFlex has an orientation of Axis.vertical.
The edge of the RenderFlex that is overflowing has been marked in the rendering with a yellow and black striped pattern. This is usually caused by the contents being too big for the RenderFlex.

Consider applying a flex factor (e.g. using an Expanded widget) to force the children of the RenderFlex to fit within the available space instead of being sized to their natural size.
This is considered an error condition because it indicates that there is content that cannot be seen. If the content is legitimately bigger than the available space, consider clipping it with a ClipRect widget before putting it in the flex, or using a scrollable container rather than a Flex, like a ListView.

The specific RenderFlex in question is: RenderFlex#8a1a1 relayoutBoundary=up3 OVERFLOWING
════════════════════════════════════════════════════════════════════════════════

App review and UX/UI feedback

Hi there! I'm an experienced app reviewer and UX/UI expert with a track record of helping apps improve their user experience and performance. I've been reviewing apps for several years, and I've worked with clients across a variety of industries.

I've recently come across your project, and I think I could offer valuable feedback and suggestions for improving the UX/UI of your app. If you're interested, I'd love to collaborate and discuss how we could work together.

Help

Please help Do you make direct application cloning works directly

rangeslider

running the app as-is shows the following error, please support.

$ flutter run
Using hardware rendering with device sdk gphone x86. If you get graphics artifacts, consider enabling software rendering with "--enable-software-rendering".
Launching lib/main.dart on sdk gphone x86 in debug mode...
                                                                        
Compiler message:                                                       
lib/item_screen.dart:1484:26: Error: 'RangeSlider' is imported from both 'package:flutter/src/material/range_slider.dart' and 'package:flutter_range_slider/src/flutter_range_slider.dart'.
              child: new RangeSlider(                                   
                         ^^^^^^^^^^^                                    
Target kernel_snapshot failed: Exception: Errors during snapshot creation: null
build failed.                                                           
                                                                        
FAILURE: Build failed with an exception.                                
                                                                        
* Where:                                                                
Script '/...../flutter/packages/flutter_tools/gradle/flutter.gradle' line: 780
                                                                        
* What went wrong:                                                      
Execution failed for task ':app:compileFlutterBuildDebug'.              
> Process 'command '/...../flutter/bin/flutter'' finished with non-zero exit value 1
                                                                        
* Try:                                                                  
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
                                                                        
* Get more help at https://help.gradle.org                              
                                                                        
BUILD FAILED in 7s                                                      
Running Gradle task 'assembleDebug'...                                  
Running Gradle task 'assembleDebug'... Done                         7.7s
Gradle task assembleDebug failed with exit code 1

Wish to contribute!

Hello, Myself Siyona Lodha!
I wanted to contribute to your project for my college open source lab.
Can you please assign me some tasks and give me an opportunity to become a contributor?

Thank you.

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.