How to add multiple module in flutter

677

If I am not wrong about your question, I would suggest.

  1. Copy lib/ files from group chat to a folder in your other app. Find a way to use it as a module on your current code.

  2. Integrate the code from Github with yours, merging similar functions and classes then modifying the UI to yours. this is the better option though it's a hustle.

Share:
677
Osama Buzdar
Author by

Osama Buzdar

I am a Mobile App Developer & Team Leader at Defense Housing Authority Multan. My core competency lies in the complete end-to-end management and completing the entire project (iOS, Android, and Backend side). I am seeking opportunities to build Mobile Apps from the ground up for you or your business. Please feel free to contact me here. Skype: live:.cid.8cddf895a42e658 Email: [email protected] I have spent 5+ years in the IT industry. I have developed a wide range of (iOS and Android) Applications using iOS (Swift, Objective-C), Flutter(Dart), and Android (Kotlin, Java). I've worked with both B2B and B2C clients, including software businesses Small & Medium Enterprises (SMEs) variety of vertical industries, and I'm passionate about providing excellent service and delivering high-quality products. My core competency lies in the complete end-to-end management of new Mobile Applications opportunities to Build Mobile Apps from the ground up for you or your business. My experience has been good so far. I have learned a lot of new things and worked during this time. My years of experience have prepared me well for this position. Skills Programming Languages iOS: Swift and Objective C ML: Python, R Flutter: Dart Android: Java and Kotlin C/C++ Professional Experience: Socket Programming DB & API Design Google API, Facebook API, Google Maps and Direction, Location Services Integrating ads ( Google Ads, Admob, Facebook Ads), Media Player Functionalities API security with JWT JSON, XML In-app purchase User Authentication Chat and Messaging Hosting (App Store, Play Store) Payment Gateways Social Media Integration SQLite Database, Firebase Database, MySQL Database Advanced Analytics Mobile Application Design Document Conversion Projects Variations: Chatting and Messaging: Text and Voice messaging, video communication, photo & video sharing Loan Management System Online Music Streaming QR & Barcode Scanner Parking Facility Social Media: Professional networks, social networks, and Data Sharing Lifestyle: Religion, travel, blogs, fashion, health, fitness Music + Audio Video Mixer with dynamic features Football Training Club and Academy Photo and Video Editor App Organization Management Society management Quiz - Play & Win I enjoy programming a lot! Some of my applications are: OCR (Copy text from image) Link:https://play.google.com/store/apps/details?id=com.devslope.imageToText DHAM(Defense Housing Authority Multan) Link:https://play.google.com/store/apps/details?id=com.dhamultan.main Link:https://apps.apple.com/pk/app/dham/id1600438511 Learning(Kids Learning) Link:https://play.google.com/store/apps/details?id=com.devslope.kids_learning_app Speech Recognization(Voice to text) Link:https://play.google.com/store/apps/details?id=com.devslope.speechToText

Updated on December 29, 2022

Comments

  • Osama Buzdar
    Osama Buzdar over 1 year

    In my case, I have just created a chat application in which one-to-one chat is done, and for group chat, I have cloned group chat from Github. so how can I merge the group chat project or module with one-to-one chat? any suggestions please be polite I'm new to flutter

    one-to-one module structure

    group chat module structure