https://github.com/abdulawalarif/facebook_feed
Facebook news feed and post creation and comments with Flutter and Dart
https://github.com/abdulawalarif/facebook_feed
Last synced: about 2 months ago
JSON representation
Facebook news feed and post creation and comments with Flutter and Dart
- Host: GitHub
- URL: https://github.com/abdulawalarif/facebook_feed
- Owner: abdulawalarif
- License: mit
- Created: 2024-09-29T15:50:04.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T01:22:07.000Z (8 months ago)
- Last Synced: 2024-10-19T02:50:40.974Z (8 months ago)
- Language: Dart
- Homepage:
- Size: 2.64 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Flutter dart project for integrating Facebook news feed.
## A Flutter project where I have implemented Facebook feed UI CRUD with comments, reactions, and so on.
This project is to integrate Facebook feed Graph API into your applications. This codebase is only for the UI, and there is no backend integration. The features are the following:
* Authenticating: User login/registrations/ forgot passwords (Password recovery).
* Creating posts with different backgrounds and image posting.
* Load posts on the UI interacting with the provider and a fake model.
* Commenting on posts.
* React different emojis.## Run Locally
Clone the project
```bash
git clone https://github.com/abdulawalarif/facebook_feed.git
```Go to the project directory
```bash
cd facebook_feed
```Install dependencies
```bash
flutter pub get
```Connect a physical device or start a virtual device on your machine
```bash
flutter run
```## How to tweak this project for your own uses
It's a good starter boilerplate, For Facebook feed integration into your applications. Change the emoji according to the latest Facebook guidelines.
Interact with the provider to send posts to the server and fetch them from the servers.## Found a bug?
If you found an issue or would like to submit an improvement to this project,
please submit an issue using the issues tab above. If you would like to submit a PR with a fix, reference the issue you created!## Known issues (Work in progress)
* Lazy loading the feed for UI and network data for preventing possible UI Freezing
* Single image preview.
* Reaction implementation with each post with keys.
* Comment on children based on the parent's comments.
* Expending the post after 10 lines of text.
* Like and reaction count below every post.## Author
- [@abdulawalarif](https://github.com/abdulawalarif)
## License[MIT](https://choosealicense.com/licenses/mit/)