Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 2.36 KB

README.md

File metadata and controls

61 lines (44 loc) · 2.36 KB

movirand

A cross-platfrom mobile app that generates random movies to watch

Getting Started

This project is a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our https://flutter.dev/docs, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Packages

File Structure

  • app/
    • controllers/
      • State management controllers (used GetX)
    • data/
      • Data and constants
    • provider/
      • API calls
    • theme/
      • Holds theme colors and variables
    • widgets/
      • Reusable UI components
    • views/
      • Holds views and screens
      • */widgets/
        • Non-reusable UI components specific to the screen
    • models/
      • Contains app data models

Other packages

  • flutter
  • flutter_test
  • movirand (this package)
  • tmdb

ScreenShots

ScreenShot ScreenShot
ScreenShot ScreenShot
ScreenShot ScreenShot