pitriq / flutter_redux_boilerplate

Flutter application boilerplate, with Redux included
219 stars 36 forks source link

Redux_persist usage #2

Closed Cretezy closed 6 years ago

Cretezy commented 6 years ago

Hey! Creator of redux_persist here.

Just wanted to note that the PersistorGate should go over the whole app, and if you want a loading screen, use the loading field on the gate, to be shown while loading.

Let me know if you have any questions or if you have an suggestions to make the document clearer to future pitfalls by others people :)

pitriq commented 6 years ago

Hey! Amazing package; and thanks for the suggestion! I will update the project ASAP.

Maybe you could point this out in redux_persist_flutter's readme example (example project is great though, I hadn't checked that out when I implemented PresistorGate)

pitriq commented 6 years ago

Please check https://github.com/FranPitri/flutter_redux_boilerplate/commit/7dea764c2afc1d036a793b07cd34645eb38b1ce4 and tell me what do you think!

Cretezy commented 6 years ago

Looks better! :)

ghost commented 6 years ago

Thanks for making this. Really useful for me !!!