All Posts

All of a Flutter

In the past six months the client team at Swift have completely rewritten two of our three mobile apps using a platform called Flutter. Why?

Flutter: State Management with Provider

Flutter is Google’s UI Framework for building Cross Platform applications, with Beautiful user experiences. Flutter.dev The flutter community has provided many solutions for state management, Scoped_model, Inherited Widgets and BLoc + Rx to name a small selection.