> 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/flutter-app/steps.md).

# Steps

There is no actual order in setting up a flutter project but we have listed steps below to make it easier for you to know what to do before trying to run the app and make it work perfectly:

1. Change Package/Bundle Id & App name: [Change App icon & splash](/glover/flutter-app/change-app-icon-and-splash.md)
2. Change App name, logo and splash screen: [Change App icon & splash](/glover/flutter-app/change-app-icon-and-splash.md)
3. Update app api endpoint. This is to change the app api to your own backend url: [Connect To Backend](/glover/flutter-app/connect-to-backend.md)
4. Setup Firebase on the app for notification, authentication etc: [Firebase](/glover/flutter-app/firebase.md)
5. For firebase auth & other service to work, you need to setup SHA-1 & SHA-256 keys on your firebase console. You can ready the step/guide here: [Firebase Phone OTP - Android](/glover/flutter-app/firebase-phone-otp.md)
6. For dynamic link for sharing product/vendor link from inside the app, see here: [Share link - Firebase dynamic link \[Deprecated\]](/glover/flutter-app/share-link-firebase-dynamic-link-deprecated.md)
7. Setup google map keys: [Google Map](/glover/flutter-app/google-map.md)
8. If you use social media login like Google, Apple, Facebook, follow the guide here: [Social Media Login](/glover/flutter-app/social-media-login.md)


---

# 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:

```
GET https://edentech.gitbook.io/glover/flutter-app/steps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
