marcglasberg / async_redux

Flutter Package: A Redux version tailored for Flutter, which is easy to learn, to use, to test, and has no boilerplate. Allows for both sync and async reducers.
Other
230 stars 41 forks source link

Flutter less package #100

Open jonaswre opened 3 years ago

jonaswre commented 3 years ago

Hi, I have to say great project. I've been in love with redux for awhile now. But the boilerplate code always truns my colleges of.

Now to my question. Have you ever considered of seperating the dart only code from the flutter code?

hacker1024 commented 3 years ago

I'd love this, as it'd easily let me write GUI and CLI interfaces for my app.

marcglasberg commented 3 years ago

I have already started doing this. I just need to find the time.