https://github.com/gowth6m/reddit-viewer
A small Flutter application to search and view details about Reddit posts as such 'r/topics'
https://github.com/gowth6m/reddit-viewer
android flutter ios reddit web
Last synced: about 1 month ago
JSON representation
A small Flutter application to search and view details about Reddit posts as such 'r/topics'
- Host: GitHub
- URL: https://github.com/gowth6m/reddit-viewer
- Owner: gowth6m
- Created: 2022-12-03T11:58:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T20:33:37.000Z (over 3 years ago)
- Last Synced: 2025-01-24T17:36:14.685Z (over 1 year ago)
- Topics: android, flutter, ios, reddit, web
- Language: Dart
- Homepage: https://gowth6m.github.io/reddit-viewer
- Size: 5.59 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reddit Viewer
A small Flutter app that lets you view reddit posts from any r/any and display some information about it. The app will have a search bar that will allow you to view posts from r/...
[View live app](https://gowth6m.github.io/reddit-viewer/#/)

How to run the app (in order to get packages and to build chopper/JSON serializable files):
```bash
sh build.sh
```
To run flutter app:
```bash
flutter run
```
To run tests:
```bash
flutter test
```