Skip to content

Qconnect is a dynamic and user-friendly chatting application built using the Flutter framework

Notifications You must be signed in to change notification settings

seabeePraveen/Qconnect-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qconnect

Qconnect is a dynamic and user-friendly chatting app designed to facilitate seamless communication and connection between individuals.The app allows users to engage in real-time conversations, whether through one-on-one private chats.Additionally, Qconnect offers a range of customization options, allowing users to personalize their profiles.

Features

  • User registration: Users can create an account to access the chat application.
  • User login: Registered users can securely log in to their accounts.
  • Real-time messaging: Users can send and receive messages in real-time.
  • Search functionality: Users can search for other users based on their names or usernames and send messages.
  • Profile customization: Users can customize their profile by adding a profile picture and updating their personal information.

Installation

  1. Clone the repository:
git clone https://github.com/seabeePraveen/Qconnect-App.git
cd Qconnect-App
  1. Install the dependencies:
flutter pub get

Usage

  1. Run the application:
flutter run
  1. Sign up for a new account or log in with your existing account.
  2. Start exploring and using the chat features to communicate with other users.

Building the App

To build the Qconnect app for Android and iOS, follow the instructions below:

Android

  1. Generate the APK file:
flutter build apk
  1. Locate the generated APK file in the build/app/outputs/flutter-apk directory.

IOS

  1. Generate the Xcode project:
flutter create .
  1. Open the project in Xcode:
open ios/Runner.xcworkspace
  1. Configure the signing and provisioning profiles in Xcode.
  2. Build and run the app using Xcode.

Dependencies

Qconnect relies on the following dependencies:

  • flutter: sdk: flutter
  • cupertino_icons: ^1.0.2
  • get: ^4.6.5
  • http: ^1.0.0
  • provider: ^6.0.5
  • flutter_launcher_icons: ^0.13.1

Backend API

Qconnect relies on a backend API for authentication and data storage. You can find the backend API repository at Qconnect Backend. Follow the instructions in the backend repository to set up and run the backend server.

Contributing

Contributions are welcome! If you encounter any issues or have suggestions for improvement, please feel free to open an issue or submit a pull request.

About

Qconnect is a dynamic and user-friendly chatting application built using the Flutter framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published