Skip to content

zaihcodes/post_app

Repository files navigation

post_app

A Simple post app using bloc

Overview

This is a simple Flutter application that demonstrates effective state management using the BLoC (Business Logic Component) pattern. The project follows a clean architecture approach, separating concerns into three layers: Data, Domain, and Presentation. Additionally, it integrates with the https://jsonplaceholder.typicode.com API to fetch and display data.