Hello!

Welcome to my blog. I plan to upload posts about problems encountered while developing apps. - I am fan of Flutter 🐦, Linux 🐧, mechanical keyboards ⌨ and 3d printers 🖨

  • Feel free to contact me in any of those languages: 🇵🇱🇯🇵 🇺🇸

Using Flutter Method Channels on Linux

Photo by Pau Sayrol on Unsplash Hello again! Today I will continue my Flutter Linux journey and we will touch Linux integration again. Last time we managed to setup Visual Studio Code for plugin development, today we will take a closer look at Method Channels. If you want to create a plugin with Method Channel support it’s quite easy, just generate a Flutter project from template using flutter create -t plugin --platforms=linux <name of your project>....

September 22, 2021 · 6 min

Flutter Linux Plugin Development Setup

This post was also posted to Flutter Community Medium Thanks to Flutter support for the Linux desktop, we can now expect more beautiful apps for this great platform. However, when you want to write a custom plugin to expand your app’s functionality, you need to write some C code. I haven’t found instructions on how to do that anywhere, so here is how to set up Visual Studio Code to develop and debug Flutter plugins for Linux....

June 3, 2021 · 3 min

Hello World

Welcome to my blog. I plan to upload posts about problems encountered while developing apps. Hope you will find answers to your problems too.

June 2, 2021 · 1 min