Blog Explorer

Blog Explorer is a Flutter app that allows users to explore a list of blogs fetched from a RESTful API. The app features a beautiful card-based UI displaying blog titles and images. Users can view detailed blog information and mark blogs as favorites. The app includes offline support with Hive.

Demonstartion

blog.explorer.mp4

Features

  • Display a list of blogs with images and titles
  • View detailed blog information
  • Mark blogs as favorites
  • Offline support using Hive

Installation

  1. Clone the repository
  2. Run flutter pub get to install dependencies
  3. Use flutter run to start the app