Frontend

How to Successfully Migrate from Native Android/iOS Mobile Apps to Flutter

Motivation   Many companies are opting to rewrite their native Android and iOS mobile apps in Flutter due to its numerous benefits. Some of these are: It helps to reduce costs since native application development is typically more expensive, as each platform requires its own team of developers. By having only one Flutter team, the …

How to Successfully Migrate from Native Android/iOS Mobile Apps to Flutter Read More »

Dependency Injection for iOS Applications – Part 1

What is dependency injection? Dependency Injection (DI) is a design pattern that decouples an object from the instantiation of its dependencies. An object doesn’t need to know how to create its dependencies. Instead, we “inject” them to it.  In this context, we consider a dependency any other instance our object references and uses to fulfil …

Dependency Injection for iOS Applications – Part 1 Read More »

Scroll to Top