Skip to content

This repository is a showcase of using clean architecture with bloc state management

Notifications You must be signed in to change notification settings

devnejim/posts-app-with-bloc

Repository files navigation

Posts App With Bloc State Management

Showcase implementations of:

  • Use of BLOC state management
  • Clean Architecture
  • Dependency Injection with Get_it
  • Work with public API using Http
  • Pagination
  • Local Storage and caching
  • Hydrated bloc
  • Unit tests
  • Widget tests
  • Integration tests

About App

This show case project fetches 10 Posts from Public API on app start and cache them, on user scroll +10 posts will be fetched. fetched posts are clickable and shows full posts data and comments related to post on 2nd screen on click.

Credits

Basic Theming implemented using flex_color_scheme package

Images

Contact Me

About

This repository is a showcase of using clean architecture with bloc state management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published