by GoodSoft | Jun 10, 2022 | Mobile, Web
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...
by GoodSoft | Apr 20, 2022 | 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...
by GoodSoft | Apr 20, 2022 | 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,...
by GoodSoft | Apr 20, 2022 | Mobile
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...