/GPT_Clone

ChatGpt clone using Flutter Framework

Primary LanguageC++

Cbot

The project is Under Development.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

Note: Make sure your Flutter environment is setup.

Installation In the command terminal, run the following commands:

$ git clone https://github.com/Nishantsurve/GPT_Clone.git
$ cd flutter-chat-app/
$ flutter run

Simulate for iOS

Method One
Open the project in Xcode from ios/Runner.xcodeproj.
Hit the play button.

Method Two
Run the following command in your terminal.
$ open -a Simulator
$ flutter run

Simulate for Android

Make sure you have an Android emulator installed and running.
Run the following command in your terminal.
$ flutter run

Check out Flutter’s online documentation for help getting start with your Flutter project.

For help getting started with Flutter development,
view theonline documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.