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.
GitHub 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.
Effort Behind a Dance Program
How is a Bharatanatyam Dance Program organized? This blog answers the question in detail.
Bharatanatyam: It is a traditional Indian Classical Dance form under Carnatic Classical Music (one out of two Indian Music types). This dance form originated from the region of Tamil Nadu.
Bharatanatyam Dance Program: An event which includes Bharatanatyam performance in the name of God, dedicated to God (Archana/Worship to the Lord) is a Bharatanatyam Dance Program.
Flutter Caching with POST Web Api
If you want to cache web API's in your flutter project, then follow this blog.