Flutter BLoC & GraphQL

Flutter application architecture using BLoC & GraphQL

Application architecture To build a maintainable app you need to start right, here I will describe the structure I used to build e-commerce app. I will talk about the main concepts and why I have chosen this way of building it. The Flutter app This is the simplest step, just run flutter create architecture_app, now open the project in you favourite editor and run it. Add packaged There are few packages to add to the dependencies and dev_dependencies open your . [Read More]