Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 30 days 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T20:33:37.000Z (about 2 years ago)
- Last Synced: 2023-03-08T18:53:31.670Z (almost 2 years 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/#/)
![App Preview](./misc/app_preview.png)
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
```