This is a Reddit clone application built with Flutter and Riverpod.
- Google sign in
- User can user app as guest
- Post feed and create post feature
- Create and edit community
- Add and edit moderators
- Theme toggling - dark and light mode
- User karma
- Upvote and Downvote
- Search
If you want to try this project locally, follow these steps:
1-Clone this repository: git clone https://github.com/yourusername/reddit_clone.git 2-Navigate to the project directory: cd reddit_clone 3-Run the app: flutter run
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.