Coder Social home page Coder Social logo

state_builder's Introduction

Response State Builder

Why?

If you're using the Flutter Bloc library, you may notice that there's some coupling between your view and the library code. BlocBuilder, BlocListener, etc may cause a lot of trouble to you if the library gets deprecated. Thinking in this problem, I've created the ResponseStateBuilder and ActionHandler.

ReponseStateBuilder

It receives a BLoC and returns 3 callbacks. Loading(optional), error and Success. If the BLoC library gets deprecated, all you have to do is change the bloc parameter and all your view logic will not be affected.

ActionHandler

It receives a BLoC as parameter and returns a callback. This callback is used in "actions", things that should happen without changing the page state (for example, navigating to another page, or showing a dialog).

How to use it

You need to create an interface called "WhateverNameYouWant" and your states / actions should inherit from it. There's an usage example in the main.dart file.

state_builder's People

Contributors

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