> For the complete documentation index, see [llms.txt](https://edentech.gitbook.io/glover/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://edentech.gitbook.io/glover/master.md).

# Introduction

![](/files/KvORmllxx9OW9AzzGiy3)

**Glover** is mainly focused to support building the delivery business. Glover can be used for **Grocery**, **Food Delivery**, **Fruits & Vegetable** and **Parcel/Courier** delivery service .This is an app inspired by the Flutter framework, made by Google. With the mission of reducing thousands of business hours spent on designing, developing and testing mobile applications, **Glover** comes as a complete solution to optimize delivering your application to the market with high productivity and cost-effectiveness. It could be able to satisfy all of the business requirements including delivery/tracking functionalities, impressive UX design and smooth performance on both iOS and Android devices.

Either you are business people with raising sale ambition or developers with faster mobile application creation need, **Glover** provides you solutions.\
Faster- Smoother- Closer.&#x20;

## Flutter App Features:

* E-Payment, credit cards integration.
* Cash on delivery and payment on pickup/delivery methods
* Support RTL languages (Arabic, Farisi…)
* Dark Mode
* Push notification using FCM (Firebase Cloud Messaging)
* Clean & organized Dart Language code using Provider
* Easy to restyle and theming.
* Awesome animations are ready to use: Parallax Animations, Sliding & Swiping animations
* Working really well on both iOS and Android with support with 60 frames per second (fps).
* Login
* Register
* Forgot password
* Vendor & Product/Food search
* Vendor/store Details
* Parcel Delivery
* Products Listing
* Product Details
* Cart
* Checkout
* User Profile
* User Orders
* App Settings
* Notifications
* Help & Supports
* Account Settings
* Tracking Orders


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://edentech.gitbook.io/glover/master.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
