shlogg · Early preview
Ayon Karmakar @ayonssp

Backend Engineer | I build secure and scalable applications.

Creating A Windows Installer For Your Flutter App With Inno Setup

Create a Windows installer for your Flutter app using Inno Setup. Follow these steps: build & prepare files, create Inno script, compile & test. Customize paths, add files & more!

Unlocking Native Functionality In Flutter With DLLs And Dart:ffi

Unlock Flutter's full potential by integrating powerful C++ functionalities via Dynamic Link Libraries (DLLs). This guide walks through the process of enhancing Dart code with C++ functions.