All Projects → CharlyKeleb → SocialMedia-App

CharlyKeleb / SocialMedia-App

Licence: MIT license
A fully functional social media app built with flutter with multiple features

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to SocialMedia-App

flutter-app
Full Feature Todos Flutter Mobile app with fireStore integration.
Stars: ✭ 138 (-78.64%)
Mutual labels:  flutter-apps, flutter-examples, flutter-ui, flutter-app
DevQuiz
Dev.Quiz 👨‍💻 | Rocketseat 💜 - NLW 05 👩‍🚀
Stars: ✭ 25 (-96.13%)
Mutual labels:  flutter-apps, flutter-examples, flutter-ui, flutter-app
flutter-system
Flutter Widgets,Components,Demos,Pages:从入门到产品级开发
Stars: ✭ 29 (-95.51%)
Mutual labels:  flutter-apps, flutter-examples, flutter-ui, flutter-app
flutter and cloudinary
How to build Photo Diary App using Flutter and Cloudinary
Stars: ✭ 17 (-97.37%)
Mutual labels:  flutter-apps, flutter-examples, flutter-ui, flutter-app
flutter-tunein
Dynamically themed Music Player built with flutter
Stars: ✭ 108 (-83.28%)
Mutual labels:  flutter-apps, flutter-examples, flutter-ui, flutter-app
flip view
A Flutter app with flip animation to view profiles of friends. 🌟
Stars: ✭ 69 (-89.32%)
Mutual labels:  flutter-apps, flutter-examples, flutter-ui, flutter-app
LinkedIn Scraper
🙋 A Selenium based automated program that scrapes profiles data,stores in CSV,follows them and saves their profile in PDF.
Stars: ✭ 25 (-96.13%)
Mutual labels:  social, social-media, social-networks, social-network
flutter projects
This is a set of small projects focused solely on the development of the graphical interface with Flutter
Stars: ✭ 524 (-18.89%)
Mutual labels:  flutter-apps, flutter-examples, flutter-ui, flutter-app
appflowy
AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations. Built with Flutter and Rust.
Stars: ✭ 24,929 (+3758.98%)
Mutual labels:  flutter-apps, flutter-examples, flutter-ui, flutter-app
BloodMS
🔥 🔥 🔥 A blood management project. 🔥 🔥 🔥
Stars: ✭ 48 (-92.57%)
Mutual labels:  flutter-apps, flutter-examples, flutter-ui, flutter-app
flutter todos
A cross platform todo list app using flutter, sqlite etc. If you read the code, you will understand how to create simple elegant mobile app using Flutter and Dart language.
Stars: ✭ 60 (-90.71%)
Mutual labels:  flutter-apps, flutter-examples, flutter-ui, flutter-app
Flutter Learning
🔥 👍 🌟 ⭐ ⭐⭐ Flutter all you want.Flutter install,flutter samples,Flutter projects,Flutter plugin,Flutter problems,Dart codes,etc.Flutter安装和配置,Flutter开发遇到的难题,Flutter示例代码和模板,Flutter项目实战,Dart语言学习示例代码。
Stars: ✭ 4,941 (+664.86%)
Mutual labels:  flutter-apps, flutter-examples, flutter-ui, flutter-app
instagram
Instagram UI Clone with Google's Flutter CrossPlatform Framework.
Stars: ✭ 23 (-96.44%)
Mutual labels:  flutter-apps, flutter-examples, flutter-ui, flutter-app
Best Flutter Ui Templates
completely free for everyone. Its build-in Flutter Dart.
Stars: ✭ 13,448 (+1981.73%)
Mutual labels:  flutter-apps, flutter-examples, flutter-ui, flutter-app
Socialview
Android TextView and EditText with hashtag, mention, and hyperlink support
Stars: ✭ 217 (-66.41%)
Mutual labels:  social, social-media, social-network
WorkGroup
Self-Hosted private Social Media-Intranet for Companies.
Stars: ✭ 21 (-96.75%)
Mutual labels:  social-media, social-networks, social-network
clubi
A group-oriented social media platform written in Laravel and Vue
Stars: ✭ 29 (-95.51%)
Mutual labels:  social-media, social-networks, social-network
ts-ui
Telar Social Network using Reactjs
Stars: ✭ 35 (-94.58%)
Mutual labels:  social, social-media, social-network
Whizzz-The-ChatApp
Whizzz is a real-time, one-to-one Android chat application made using Firebase, a beautiful user interface, and a push-notification feature.
Stars: ✭ 66 (-89.78%)
Mutual labels:  social-media, social-network, chat-application
social
A simple social media using MEAN Stack. Frontend: Angular 6.
Stars: ✭ 13 (-97.99%)
Mutual labels:  social, social-media, social-network

🔥🔥 Wooble Social Media App Twitter Follow

Wooble is a fully functional social media app with multiple features built with flutter and dart.

Star the repo if you like what you see😉.

Requirements

  • Any Operating System (ie. MacOS X, Linux, Windows)
  • Any IDE with Flutter SDK installed (ie. IntelliJ, Android Studio, VSCode etc)
  • A little knowledge of Dart and Flutter
  • A brain to think 🤓🤓

Features

  • Custom photo feed
  • Post photo posts from camera or gallery
    • Like posts
    • Comment on posts
      • View all comments on a post
  • Search for users
  • Realtime Messaging and Sending images
  • Deleting Posts
  • Profile Pages
    • Change profile picture
    • Change username
    • Follow / Unfollow Users
    • Change image view from grid layout to feed layout
    • Add your own bio
  • Notifications Feed showing recent likes / comments of your posts + new followers
  • Swipe to delete notification
  • Dark Mode Support
  • Stories/Status
  • Used Provider to manage state

Screenshots

Installation

1. Setup Flutter

2. Clone the repo

3. Setup the firebase app

  • You'll need to create a Firebase instance. Follow the instructions at https://console.firebase.google.com.
  • Once your Firebase instance is created, you'll need to enable Google authentication.
  • Go to the Firebase Console for your new instance.
  • Click "Authentication" in the left-hand menu
  • Click the "sign-in method" tab
  • Click "Email and Password" and enable it
  • Create an app within your Firebase instance for Android, with package name com.yourcompany.news
  • Run the following command to get your SHA-1 key:
keytool -exportcert -list -v \
-alias androiddebugkey -keystore ~/.android/debug.keystore
  • In the Firebase console, in the settings of your Android app, add your SHA-1 key by clicking "Add Fingerprint".
  • Follow instructions to download google-services.json
  • place google-services.json into /android/app/.
  • (skip if not running on iOS)
  • Create an app within your Firebase instance for iOS, with your app package name
  • Follow instructions to download GoogleService-Info.plist
  • Open XCode, right click the Runner folder, select the "Add Files to 'Runner'" menu, and select the GoogleService-Info.plist file to add it to /ios/Runner in XCode
  • Open /ios/Runner/Info.plist in a text editor. Locate the CFBundleURLSchemes key. The second item in the array value of this key is specific to the Firebase instance. Replace it with the value for REVERSED_CLIENT_ID from GoogleService-Info.plist

Double check install instructions for both

What's Next?

  • [] Video Calling
  • [] Reels
  • [] Sending and Uploading Videos(Video Compatibility)

Note

  • The stories feature is ready, you can write a cloud scheduler function to auto delete stories after 24hrs as cloud functions is not enabled in this project

🤓 Author(s)

Charly Keleb CharlyKeleb Twitter Follow

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].