Having a shopping cart icon on the right side of the AppBar on Flutter it’s not that hard, you can use basically a stack widget and inside the stack get IconButton and Positioned widgets. Here is the code and screenshot Spread the love
Category Archives: Development
Download PDF in Flutter using Java on Android
Downloading PDF file in the user download directory on Android is a very common feature, a lot of app uses PDF viewing and downloading feature. I hoped that flutter plugins could solve my problem but they didn’t. Fortunately, it was working great on iOS but it was not on android. So I decided to use …
Continue reading “Download PDF in Flutter using Java on Android”
SwiftUI for Flutter developer – Video 1
As a flutter developer, there are not many things you can do on Xcode since Flutter itself builds everything for you but why not learn some app development with Swift and Xcode. Swift is a deep and large language and I find it complex, when I learned Objective-C back in 2010 with Xcode 3.x that …