MovieWiki-App

Getting Started

This project is a starting point for a Flutter application.

MovieWiki is an open-source Flutter movie/series application. The [Riverpod] was used for state management. The app utilizes the [TMDb] to provide users with an immersive movie discovery experience. With remote API calls managed by [http], and local data storage utilizing [Hive],MovieWiki offers a comprehensive solution for movie and series enthusiasts.

Images

Screenshot 2023-11-23 at 14 18 03 Screenshot 2023-11-23 at 14 19 37 Screenshot 2023-11-23 at 14 20 31 Screenshot 2023-11-23 at 14 21 22 Screenshot 2023-11-23 at 14 22 09 Screenshot 2023-11-23 at 14 22 48 Screenshot 2023-11-23 at 14 23 31 Screenshot 2023-11-23 at 14 24 24 Screenshot 2023-11-23 at 14 24 37

Packages

  • hive, shared_preferences -> local database
  • flutter_localizations -> localizations
  • http -> api management
  • riverpod -> state management
  • cached_network_image, carousel_slider, shimmer, animated_bottom_navigation_bar -> ui