Skip to content

📰 This is a simple posts app with implemented Auto Route library for navigation and remote API calls.

Notifications You must be signed in to change notification settings

blaz-cerpnjak/flutter-posts-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

• API Requests

Remote API requests with the help of free online REST API with fake posts and users.

JSONPlaceholder 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 from Flaticon.