flutter– tag –
-
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 in ... -
Create the Native Menu Bar of Mac Apps with Flutter
Flutter officially supports creating the native menu bar for macOS desktop apps since version 3.0. We wanted to explore whether we could implement Mac-specific features with Flutter. The native menu bar is one of the Mac-specific feature... -
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 the ...
1