https://github.com/blaz-cerpnjak/flutter-posts-app
📰 This is a simple posts app with implemented Auto Route library for navigation and remote API calls.
https://github.com/blaz-cerpnjak/flutter-posts-app
api app auto-route auto-router custom-theme dark-mode dark-theme flutter library mobile posts pull-to-refresh pull-to-refresh-and-load requests users
Last synced: 2 months ago
JSON representation
📰 This is a simple posts app with implemented Auto Route library for navigation and remote API calls.
- Host: GitHub
- URL: https://github.com/blaz-cerpnjak/flutter-posts-app
- Owner: blaz-cerpnjak
- Created: 2022-07-06T07:36:30.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-06T08:24:20.000Z (almost 3 years ago)
- Last Synced: 2025-01-23T06:45:00.120Z (4 months ago)
- Topics: api, app, auto-route, auto-router, custom-theme, dark-mode, dark-theme, flutter, library, mobile, posts, pull-to-refresh, pull-to-refresh-and-load, requests, users
- Language: Dart
- Homepage:
- Size: 587 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Posts App
This is a simple app where I tested API calls and navigation library called Auto Route.
## Demo
   Â
   Â
   Â
   Â
## Functionality
### • Auto Route
It's a navigation package, it allows for strongly-typed arguments passing, effortless deep-linking and it uses code generation to simplify routes setup, with that being said it requires a minimal amount of code to generate everything needed for navigation inside of your App.Source: [Auto Route Library](https://pub.dev/packages/auto_route)
### • API Requests
Remote API requests with the help of free online REST API with fake posts and users.
[JSONPlaceholder](https://jsonplaceholder.typicode.com/) is a free online REST API that you can use whenever you need some fake data. It can be in a README on GitHub, for a demo on CodeSandbox, in code examples on Stack Overflow, ...or simply to test things locally.### • Custom Light & Dark Theme
## Credits
I do not own user icon used in this project. The author is [Flat Icons](https://www.flaticon.com/premium-icon/play_3588455) from [Flaticon](https://www.flaticon.com/).