Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/theiskaa/MobileGPT
- Owner: theiskaa
- License: mit
- Archived: true
- Created: 2023-01-18T13:01:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-18T15:51:42.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T15:02:14.293Z (4 months ago)
- Topics: chatgpt, dart, flutter, openai
- Language: Dart
- Homepage:
- Size: 145 KB
- Stars: 21
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- awesome-rainmana - theiskaa/MobileGPT - 💬 ChatGPT Mobile Application (iOS and Android) built with Flutter (Dart)
README
MobileGPT
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 availableHowever, 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 availableHowever, 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.