Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ahmedgulabkhan/facebook_ui_flutter

A UI clone of the Facebook app that I created using Flutter
https://github.com/ahmedgulabkhan/facebook_ui_flutter

android-development facebook-clone-flutter facebook-flutter facebook-ui-flutter flutter flutter-app flutter-dev flutter-developer flutter-facebook

Last synced: 2 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# facebook_ui_flutter ![GitHub stars](https://img.shields.io/github/stars/ahmedgulabkhan/facebook_ui_flutter?style=social) ![GitHub forks](https://img.shields.io/github/forks/ahmedgulabkhan/facebook_ui_flutter?style=social)
![GitHub pull requests](https://img.shields.io/github/issues-pr/ahmedgulabkhan/facebook_ui_flutter) ![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/ahmedgulabkhan/facebook_ui_flutter) ![GitHub issues](https://img.shields.io/github/issues-raw/ahmedgulabkhan/facebook_ui_flutter) [![Open Source Love](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/ahmedgulabkhan/facebook_ui_flutter)

**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
```

2. Open the project:

`$ cd facebook_ui_flutter`

3. Install the dependencies related to the project

`flutter pub get`

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

`$ flutter run`

## Author(s)

[Ahmed Gulab Khan](https://www.github.com/ahmedgulabkhan)

## Other Flutter Projects

- [GroupChatApp](https://www.github.com/ahmedgulabkhan/GroupChatApp) ![GitHub stars](https://img.shields.io/github/stars/ahmedgulabkhan/GroupChatApp?style=social) ![GitHub forks](https://img.shields.io/github/forks/ahmedgulabkhan/GroupChatApp?style=social)
- [Foodspace](https://www.github.com/ahmedgulabkhan/Foodspace) ![GitHub stars](https://img.shields.io/github/stars/ahmedgulabkhan/Foodspace?style=social) ![GitHub forks](https://img.shields.io/github/forks/ahmedgulabkhan/Foodspace?style=social)
- [Atlas](https://www.github.com/ahmedgulabkhan/Atlas) ![GitHub stars](https://img.shields.io/github/stars/ahmedgulabkhan/Atlas?style=social) ![GitHub forks](https://img.shields.io/github/forks/ahmedgulabkhan/Atlas?style=social)
- [GitTrends](https://www.github.com/ahmedgulabkhan/GitTrends) ![GitHub stars](https://img.shields.io/github/stars/ahmedgulabkhan/GitTrends?style=social) ![GitHub forks](https://img.shields.io/github/forks/ahmedgulabkhan/GitTrends?style=social)
- [youtube_clone_flutter](https://www.github.com/ahmedgulabkhan/youtube_clone_flutter) ![GitHub stars](https://img.shields.io/github/stars/ahmedgulabkhan/youtube_clone_flutter?style=social) ![GitHub forks](https://img.shields.io/github/forks/ahmedgulabkhan/youtube_clone_flutter?style=social)
- [SnakeGameFlutter](https://www.github.com/ahmedgulabkhan/SnakeGameFlutter) ![GitHub stars](https://img.shields.io/github/stars/ahmedgulabkhan/SnakeGameFlutter?style=social) ![GitHub forks](https://img.shields.io/github/forks/ahmedgulabkhan/SnakeGameFlutter?style=social)

## 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.
```