Skip to content

A flutter project with layer modularization and graphql

Notifications You must be signed in to change notification settings

may-andro/Flutter-GraphQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Layer Modularization with GraphQL

A new Flutter project for GraphQL setup in project. The project also demonstrate the layer based modularization inspired from Yigit Boyar: https://www.youtube.com/watch?v=PZBg5DIzNww

Concept Used

Following concept has been used in the app:

  1. GraphQL
  2. SOLID Principle
  3. Clean Arch.
  4. State Management
  5. Dependency Injection
  6. Layer Modularization.
  7. Test Case(Pending)

Library Used

graphql: 5.0.0-nullsafety.5

rxdart: ^0.26.0

get_it: ^7.1.3

Useful Links

https://pub.dev/packages/graphql https://hasura.io/learn/graphql/flutter-graphql/intro-to-graphql/3-writing-data-mutations/

Screen Shot

Screenshot 2021-06-06 at 19 22 52

Screenshot 2021-06-06 at 19 22 15