Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 423 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 423 Bytes

Flutter app to call API using BLOC architecture

This project allows developers to learn about how to make an API call using BLOC architecture and display user data that received from API in Listview control.

This repository contains a below flutter features

  • Flutter widget
  • Bloc architecture
  • Bloc state
  • Bloc Event
  • Bloc Provider
  • Bloc Builder