Our Technology Stack

Our Technology Stack

Choosing a technology stack that will suite your applications needs is crucial. Although you can pretty much use any programming language to create a backend application, some will make it easier to start with, some will make it easier to maintain it down the line. So...
Flutter for desktop

Flutter for desktop

Desktop support allows you to compile Flutter source code to a native Windows, macOS, or Linux desktop app. Windows Universal Windows Programs (UWP) are apps that can run on all Microsoft devices from the Windows laptop to the Xbox and even the Hololens.UWP allows you...
Flutter for web

Flutter for web

Flutter is officially production-ready for the web. While support has been present and evolving for quite some time, Flutter 2 officially adds support for Progressive Web Apps (PWAs) and Single Page Apps (SPAs), new features like URL rewriting and keyboard shortcuts,...
Native code in Flutter

Native code in Flutter

When we are working with a cross-platform framework, it isn’t possible to guarantee that we will be working only with that framework without any work in the native code. Developers will most likely resort to native either because of features that the framework hasn’t...