An open API service indexing awesome lists of open source software.

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.

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/).