Tag: Flutter

2 articles

Android application CI/CD with Flutter
Guides

Android application CI/CD with Flutter

CI/CD pipeline is essential part of software development. This article explains how to construct CI/CD pipeline to build Android application using Flu

mark241
How to localize app in Flutter
Guides

How to localize app in Flutter

Localizing your app is important requirement if you want your app to be used across the world. Flutter provides the simple way to localize your app by

mark241