Buddhika De SilvaHaddle flutter sqlite database migration without losing dataRecently I worked on a project and with my latest update, end users lost their data. It is a flutter app and the app uses local sqlite db.Dec 16, 20231Dec 16, 20231
Buddhika De Silvahow to add your Flutter app release to Google App Store using vs codeTo publish a Flutter app on the Google Play Store using Visual Studio Code (VSCode), you need to follow several steps. Here’s a general…Nov 25, 2023Nov 25, 2023
Buddhika De SilvaEstablish a client-side TCP socket connection for data communication using the dart:ioIn Flutter, you can establish a client-side TCP socket connection for data communication using the dart:io library, which provides classes…Sep 27, 2023Sep 27, 2023
Buddhika De SilvaHow to encrypt a file in Flutter?pointycastle package, which provides cryptographic algorithms directly. Here's how you could use it to encrypt and decrypt a file in…Aug 11, 2023Aug 11, 2023
Buddhika De Silvahow to load each table data row and refresh the UI in FlutterIn Flutter, you can load each table data row and refresh the UI using the `ListView.builder` widget. Here are the steps you can follow:Apr 21, 2023Apr 21, 2023
Buddhika De SilvaRead JSON file in assert folder in FlutterTo read a JSON file located in the assets folder of a Flutter project, you can follow these steps:Apr 20, 2023Apr 20, 2023
Buddhika De SilvaHow to get surrounding networks in electronTo get a list of surrounding networks in an ElectronJS app, you can use the Node.js wifi-control module. Here's how you can use it in your…Apr 20, 2023Apr 20, 2023
Buddhika De SilvaHow to create an angular app with ElectronTo create an Angular app with ElectronJS, you can follow these general steps:Apr 20, 20231Apr 20, 20231
Buddhika De SilvaHow to get SSID from surrounding networks using FlutterTo get the SSID of surrounding Wi-Fi networks using Flutter, you can use the connectivity_plus and network_info_plus plugins.Apr 19, 20234Apr 19, 20234