GithubHelp home page GithubHelp logo

tharsisboamorte / flutter_graphql_showcase_fork Goto Github PK

View Code? Open in Web Editor NEW

This project forked from akshya107/flutter_graphql_showcase

0.0 0.0 0.0 46 KB

This project is a Flutter application that utilizes the Bloc pattern for state management and integrates with a GraphQL API. The project is organized with clean architecture principles, makingit scalable and maintainable.

Ruby 13.04% Objective-C 0.35% Kotlin 1.25% Dart 79.00% Swift 6.36%

flutter_graphql_showcase_fork's Introduction

Flutter Bloc with GraphQL API Project

Overview

This project is a Flutter application that utilizes the Bloc pattern for state management and interacts with a GraphQL API. The project structure is organized to ensure clean architecture, making the code scalable and maintainable.

Project Structure

The project follows a layered architecture with the following main directories:

data

data_sources:

Contains the data source implementations, such as API services.

api_services.dart: Handles the communication with the GraphQL API.

repository_impl:

Contains the repository implementation classes.

home/repository_impl.dart: Implementation of the repository for the home module.

domain

dependency_injection:

Handles dependency injection setup.

dependency_injection.dart: Configures dependencies for the application.

models:

Contains the data models used in the application.

home/film_data_model.dart: Data model for film data in the home module.

repository:

Contains the repository interface classes.

home/home_repository.dart: Repository interface for the home module.

presentation

bloc:

Contains the Bloc, Event, and State classes for state management.

home_bloc.dart: Bloc class for the home module. home_event.dart: Event class for the home module. home_state.dart: State class for the home module.

views:

Contains the UI components of the application.

screens:

Contains the screen widgets. home_page.dart: Home page of the application.

widgets:

Contains reusable UI components. home/home_failure_widget.dart: Failure widget used in the home module.

utils

constants.dart:

Contains constants used throughout the application.

flutter_graphql_showcase_fork's People

Contributors

akshyappinventiv 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.