Prompter is a Flutter application designed to provide a seamless and efficient user experience for managing and interacting with AI-generated content. The app leverages various AI models to generate images and text, and integrates with Firebase for authentication and data storage.
To install and run the Prompter application, follow these steps:
-
Clone the repository:
git clone https://github.com/Tuanpluss02/Prompter.git cd Prompter
-
Install dependencies:
flutter pub get
-
Set up Firebase:
- Follow the instructions to set up Firebase for your Flutter project: Firebase Setup
- Add your
google-services.json
(for Android) andGoogleService-Info.plist
(for iOS) files to the respective directories.
-
Run the application:
flutter run
Once the application is installed and running, you can use it to:
- Authenticate: Sign up or log in using email/password or Google Sign-In.
- Generate AI Content: Use various AI models to generate images and text.
- Manage Content: Create, edit, and delete posts and comments.
- Interact with Content: Like, comment, and share posts.
- User Authentication: Secure authentication using Firebase Auth.
- AI Image Generation: Generate images using multiple AI models.
- AI Text Generation: Generate text using AI models.
- Content Management: Create, edit, and delete posts and comments.
- User Interaction: Like, comment, and share posts.
- Localization: Support for multiple languages using easy_localization.
- Responsive Design: Adaptive UI for different screen sizes.
This project is licensed under the MIT License. See the LICENSE file for more details.