Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theiskaa/MobileGPT

💬 ChatGPT Mobile Application (iOS and Android) built with Flutter
https://github.com/theiskaa/MobileGPT

chatgpt dart flutter openai

Last synced: about 1 month ago
JSON representation

💬 ChatGPT Mobile Application (iOS and Android) built with Flutter

Awesome Lists containing this project

README

        



MobileGPT



License: MIT


Insolite Community Discord Invite Link

An unofficial ChatGPT cross-platform mobile application built with Flutter/Dart.

| | Android | iOS |
|-------------|----------------|------|
| **Support** | SDK 19+ or 20+ | 9.0+ |

**Related:**

- ✨ Awesome ChatGPT prompts - [f/awesome-chatgpt-prompts](https://github.com/f/awesome-chatgpt-prompts)
- 🖥 ChatGPT desktop application - [lencx/ChatGPT](https://github.com/lencx/ChatGPT)

# Installing
### Android:
> Not available

However, you can still run MobileGPT on your Android device if you have flutter installed on your machine, you just need to:

- Clone repository `git clone https://github.com/theiskaa/MobileGPT`
- Connect your Android device to your machine via USB cable, and run `flutter run -d android`.

Or, you can take release build and install on your Android device: `flutter build apk --release`.

### iOS:
> Not available

However, you can still run MobileGPT on your iOS device if you have flutter installed on your machine, you just need to:

- Clone repository `git clone https://github.com/theiskaa/MobileGPT`
- Connect your iOS device to your machine via USB cable, and run `flutter run -d ios`.

# Contributing
For information regarding contributions, please refer to [CONTRIBUTING.md](https://github.com/theiskaa/field_suggestion/blob/develop/CONTRIBUTING.md) file.