Are you always confused why your Flutter app on the web gives out some lags, errors or sometimes with even no proper colors on images? Think no further to read this blog to learn everything about Flutter Web that can help you solve your problems or understand Flutter Web better for your new/existing web application.
5 posts tagged with "Flutter"
View All TagsGitHub Actions to deploy Flutter Web to gh-pages
Do you deploy your Flutter web application in gh-pages? And you are tired of manually deploying the app every time? Or do you want to deploy your Flutter web application to gh-pages? Then this blog is for you. Continue ahead to know how to simplify the process.
Build an Arrow Pad in Flutter
Want to build a cool widget in flutter? This blog contains how I had developed an arrow pad.
Arrow Pad
Arrow Pad? What is it? Well, it's just a pad containing arrow's and responds to the inputs we give. The first thing which comes to mind is the arrow keys in a computer. Isn't it? But that is not what inspired me and instead is mp3 players.
Flutter Caching with POST Web Api
If you want to cache web API's in your flutter project, then follow this blog.
Google Analytics with Flutter Web
Want to add Google Analytics to your flutter web application? Then, this blog is for you.
I didn't find any direct methods to add google-analytics to my flutter-web application while I was searching. I've managed to integrate it successfully by referring to different blogs. So, I am writing this blog to make it easier.