GithubHelp home page GithubHelp logo

movie's Introduction

movie

This project is powered by Flutter >=2.8.0 and Dart >=2.18.0 <3.0.0.

Bloc (flutter_bloc) is used as an approach to state management, more precisely Cubit over Bloc from the same package. Bloc/Cubit handles Events and changes States. Screens and Widgtes subscribe to Bloc changes and send events (for Cubit, this is a direct method call).

#Screen Record

movie.mp4

#ScreenShot

Coding Coding Coding

The main packages used in the project:

  adobe_xd: ^2.0.1
  animate_do: ^2.1.0
  bloc: ^8.1.0
  cached_network_image: ^3.2.2
  carousel_slider: ^4.1.1
  cupertino_icons: ^1.0.2
  dartz: ^0.10.1
  dio: ^4.0.6
  equatable: ^2.0.5
  flutter:
    sdk: flutter
  flutter_bloc: ^8.1.1
  flutter_screenutil: ^5.5.4
  get_it: ^7.2.0
  google_fonts: ^3.0.1
  shimmer: ^2.0.0

Project structure

main.dart The entry point to the application. Here is the initialization of DioHelper, CacheHelper and registration of common Blocs and Sizer that are used throughout the application.
bloc/ Global Cubit and Bloc Observer.
constants/ All constants in the application.
data/ Model classes used in the application and data providers (local and remote) network(requests, responses).
presentation/ All UI elements used in the application.
--- ---
presentation/router/ Registration of all routes in application.
presentation/screens/ Application screens and Cubit.
presentation/styles/ Constants for UI such as colors, fonts, styles.
presentation/view/ Special UI elements of application.
presentation/widgets/ Common UI elements.
--- ---

movie's People

Contributors

mohamedaa123654 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.