mobile app

Case study: Product development from idea to mobile app

The application in question is a mobile app for construction site workers. It enables construction workers to carry out their day-to-day duties. They can manage tasks, communicate with coworkers via single and group chats, work with calendars, and work with maps and location services.

By |2022-12-20T15:17:53+01:00October 28th, 2021|Categories: Business|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