GithubHelp home page GithubHelp logo

plant_shop's Introduction

Plant Shop

Features

  • Displays a list of plants with images, names, prices, and like/add icons.
  • Data is loaded from a local JSON file.
  • Uses Cubit for state management and business logic.

Installation

Steps

  1. Clone the repository:

    git clone https://github.com/omkarChend1kar/plant_shop
  2. Navigate to the project directory:

    cd plant_shop
  3. Get the dependencies:

    flutter pub get
  4. Run the app:

    flutter run

Usage

Once the app is running, you will see a grid of plants. Each grid item displays an image of the plant, its name, price, and icons for liking or adding the plant.

Technologies

  • Flutter
  • Dart
  • Cubit (part of the Bloc library)

Project Structure

lib/
├── services/
│   ├── repositories/
│   │   └── plant_repository.dart
│   ├── models/
│   │   └── plant.dart
├── views/
│   ├── state/
│   │   └── get_plant_cubit.dart
│   │   └── get_plant_state.dart
│   ├── pages/
│   │   └── plant_list_page.dart
│   ├── widgets/
│   │   └── plant_grid_item.dart
└── main.dart

plant_shop's People

Contributors

omkarchend1kar avatar

Watchers

 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.