Flutter– category –
-
How to avoid pod install errors when building Flutter apps
At times, when building a Flutter app on an Apple Silicon Mac, like a MacBook Pro M1, you may encounter failure during pod install. This is when the CocoaPods installation process is executed, for example, by adding a package. This artic... -
Build the Flutter macOS apps
We can now create desktop apps with Flutter. This article covers the key points of my interest and demonstrates how to build them. 【Register to the App Store Connect】 You need to register your app to the App Store Connect to release it... -
Create the Native Menu Bar of Mac Apps with Flutter
Since Flutter 3.0, Flutter has supported macOS Desktop Apps Development officially. I became interested in how Flutter could be used to create typical features of macOS apps. For example, one of the distinct macOS app characteristics is ... -
Upgrade to the Flutter 3.0
The Flutter 3.0 was released on May 2022. In this version, it supports macOS Native Desktop app development officially. I am a Mac App Developer, so I am interested in it. So, first, I upgraded the installed Flutter on my Mac. 【Check th...
1