All Projects → ahmedgulabkhan → Facebook_ui_flutter

ahmedgulabkhan / Facebook_ui_flutter

Licence: mit
A UI clone of the Facebook app that I created using Flutter

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Facebook ui flutter

Shutup
Uses proximity sensor to perform actions when ringing, Can also schedule calls.
Stars: ✭ 14 (-76.27%)
Mutual labels:  android-development
Docker Jenkins Android
Jenkins docker image for Android development
Stars: ✭ 35 (-40.68%)
Mutual labels:  android-development
Kotlin Playground
Kotlin Android samples/template project
Stars: ✭ 52 (-11.86%)
Mutual labels:  android-development
Pelias Android Sdk
Android sdk for pelias
Stars: ✭ 20 (-66.1%)
Mutual labels:  android-development
Associate Android Developer Certification
All the info and materials about the certification that I've collected so far
Stars: ✭ 975 (+1552.54%)
Mutual labels:  android-development
System Alert Window Example
Example project showing use of SYSTEM_ALERT_WINDOW permission on Android 23+, with back button interception.
Stars: ✭ 39 (-33.9%)
Mutual labels:  android-development
Awesome Android
😎 A curated list of awesome Android resources
Stars: ✭ 26 (-55.93%)
Mutual labels:  android-development
Bangjago Android Emulator
simple android emulator cli for mobile development
Stars: ✭ 56 (-5.08%)
Mutual labels:  android-development
Androidkex
Extensions for Kotlin. Use the power of Kotlin to make your code smaller and beautiful.
Stars: ✭ 35 (-40.68%)
Mutual labels:  android-development
Android Mvvm Rxjava2 Dagger2
This repository contains a detailed sample application that uses MVVM as its presentation layer pattern. Essential dependencies are Dagger2 with Dagger-android, RxJava2 with RxAndroid, Room, Retrofit and Espresso.
Stars: ✭ 50 (-15.25%)
Mutual labels:  android-development
Flair
This is powerful android framework
Stars: ✭ 31 (-47.46%)
Mutual labels:  android-development
Android Topactivity
A useful tool for Android Developers, which shows the package name and class name of current activity.
Stars: ✭ 965 (+1535.59%)
Mutual labels:  android-development
Android Dev
⚡️ Curated list of resources for Android app development. Prepare for battle!
Stars: ✭ 44 (-25.42%)
Mutual labels:  android-development
Android dbinspector
Android library for viewing and sharing in app databases.
Stars: ✭ 881 (+1393.22%)
Mutual labels:  android-development
Phonenumberverificationui Android
Check out the new style for mobile number verification 😉😉😊😊
Stars: ✭ 52 (-11.86%)
Mutual labels:  android-development
Dachshund Tab Layout
Extended Android Tab Layout with animated indicators that have continuous feedback.
Stars: ✭ 853 (+1345.76%)
Mutual labels:  android-development
Androidroom
Android example to show how to use Room to access SQLite database on device for reading and writing data. This example also shows how to use LiveData and ViewModel with Room to build reactive, well performing and easy to maintain applications.
Stars: ✭ 36 (-38.98%)
Mutual labels:  android-development
Weekly
Android 开发技术周报
Stars: ✭ 58 (-1.69%)
Mutual labels:  android-development
Kotlin Android Scaffolding
An android project structure using kotlin and most common libraries.
Stars: ✭ 53 (-10.17%)
Mutual labels:  android-development
Permissionsflow
A simple library to make it easy requesting permissions in Android using Kotlin Coroutines.
Stars: ✭ 49 (-16.95%)
Mutual labels:  android-development

facebook_ui_flutter GitHub stars GitHub forks

GitHub pull requests GitHub closed pull requests GitHub issues Open Source Love

Star ⭐ this repo if you like what you see.

facebook clone

About

A UI clone of the Facebook app that i created using Flutter.

Snapshots

Home Page Home Page
Friends Page Watch Page
Profile Page Notifications Page
Menu Page

Configuration Steps

  1. Cloning the repository:
$ git clone https://github.com/ahmedgulabkhan/facebook_ui_flutter.git
  1. Open the project:

$ cd facebook_ui_flutter

  1. Install the dependencies related to the project

flutter pub get

  1. Now run the app on your connected device (using terminal):

$ flutter run

Author(s)

Ahmed Gulab Khan

Other Flutter Projects

LICENSE

MIT License

Copyright (c) 2020 Ahmed Gulab Khan

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
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].