FEATURED POST
Why hourly rates are not relevant for an outsourcing service?
If you want to find software development company, it is not relevant to speak about hourly rates. This blog will tell you why.
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.
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.