0xchat-app / 0xchat-app-main

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0xchat App

0xchat App for iOS & Android

Getting Started

Follow the steps below to run the project:

  • Ensure you're using Flutter version 3.19.6. Switch to this version before proceeding.

  • First, you'll need to run the provided shell script in the main project directory:

sh ox_pub_get.sh
  • If you build this App on iOS platform, need go to the ios directory and install the required dependencies using CocoaPods:
cd ios & pod install
  • Finally, Execute build command
flutter build apk  //Android apk
flutter build ios  //iOS app

About

License:MIT License


Languages

Language:Dart 89.5%Language:Objective-C 3.4%Language:Java 2.8%Language:Swift 2.8%Language:Shell 0.6%Language:Ruby 0.6%Language:HTML 0.3%