Giter VIP home page Giter VIP logo

flutter-groceryapp's Introduction

GroceryApp Starter

Streamlined grocery app template for a straightforward shopping experience. 🛒✨

Feel free to star ⭐ the repository if you find it valuable.

Screenshots

Please click the image below to enlarge. screenshot_1

✨Requirements

  1. Development Environment:

    • Any IDE with Flutter SDK installed (e.g., VSCode, Android Studio, IntelliJ...etc)
  2. Knowledge Base:

    • Basic to intermediate knowledge of Dart and Flutter
    • Understanding of MVVM architecture
    • Familiarity with API handling
    • Basics of state management using GetX

Test

  • You can download the pre-released version for android devices from here releases.
    Lv.0.20240303161455.mp4

Setup

  • Start by configuring your product endpoint, credentials, and parameters in lib\constants\AppConstants.
  • Alternatively, use the free endpoint provided below (as of the sharing date) for successful testing.
class AppConstants {
  // Replace "YOUR_API_PREFIX" with your own API base URL.
  static const String BASE_URL = "YOUR_API_PREFIX";
  static const String API_KEY = "YOUR_API_KEY"; //IF_EXIST

  // For testing, use the free API base URL from the released version
  static const String BASE_URL = "https://world.openfoodfacts.org/api/v2";

  // Project owner full name.
  static const String projectOwnerName = "FULL_NAME";
}

Notice

  • To use your own API endpoints, customize logical layers following MVVM architecture guidelines based on your API documentation.
  • Certain images in the pre-released version were removed due to copyright restrictions.

Contributing

Please fork this repository and contribute back using pull requests.

Any contributions, large or small, major features, bug fixes, are welcomed and appreciated but will be thoroughly reviewed .

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

Visitors Count

Loading

flutter-groceryapp's People

Contributors

ramiomarouayache avatar

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.