flutter

Why would you choose Flutter as a mobile development platform in 2022?

Building apps with Flutter is fast! Not only are apps being written lots faster than the native ones, but there is also a single code base for mobile, web, and desktop, ‘cos Flutter project can be run on mobile, web, and desktop.

By |2022-12-20T15:16:22+01:00December 1st, 2021|Categories: Software|Tags: , |

What Are the Simplest State Management Solutions in Flutter?

Everything can be done in Flutter with any kind of state management, but should it be done like that? For simple apps, it is totally fine to go with Stateful/Inherited Widgets only, but if you’re making big/complex apps with lots of screens and a complex state that needs to be fetched from multiple widgets or screens, you should probably take a more advanced approach like provider or bloc.

By |2022-12-20T15:20:23+01:00September 28th, 2021|Categories: Software|Tags: , , |
Go to Top