Flutter– category –
-
How to avoid pod install errors when building Flutter apps
There are times when pod install fails when trying to build a Flutter app on an Apple Silicon Mac, such as a MacBook Pro M1. This is when the CocoaPods installation process is executed, for example, by adding a package. This article deta... -
Build the Flutter macOS apps
We are now able to create desktop apps with Flutter and check the points of my interest. This article is about how to build. 【Register to the App Store Connect】 You need to register your app to the App Store Connect to release in the A... -
Create the Native Menu Bar of Mac Apps with Flutter
Since the Flutter 3.0, the Flutter supports macOS Desktop Apps Development officially. I was interested in that is the Flutter able to create the features typical of macOS apps. The most of them I think is the menu bar. I checked the iss... -
Upgrade to the Flutter 3.0
The Flutter 3.0 was released on May 2022. In this version, it supports macOS Native Desktop apps development officially. I am a Mac App Developer, so I interested in it. First, I upgraded the installed flutter in my mac. 【Check the inst...
1