How to add a loading screen to your Flutter websites/webapps?

Flutter allows one to create beautiful websites and all, but there is one flaw that the initial loading time, it takes is huge (1~2 seconds). This time allows android and iOS apps to show SplashScreens, but there is no such thing for websites. So today, I will show you an easy way to quickly add a CSS loader to your website. Getting Started First make sure that you have a prebuilt website on which you want to apply this effect....

April 28, 2020 · 5 min · Akshay Maurya

An app to track Coronavirus and show Country-based Stats

Today, I am going to share an app which I made using Flutter to show that stats for COVID-19 or as people commonly call it the CoronaVirus. Stay Safe Coronavirus Tracker This app basically tracks the total cases of infected persons (real-time data), in all countries with total deaths and recovered cases too. It features beautiful UI with custom animations. It has charts, global info, symtomps and other COVID-19 related info and much more stuff....

April 16, 2020 · 1 min · Akshay Maurya
Linux on Windows?

How to install Linux ON Windows?

Most people (devs) that use windows sometimes feel that if they had linux it would have been a lot easier. But due to the list of Apps on Windows, its features or just the complication of process of switching to Linux hold them back to do so. But recently Windows 10 released an update which allows to install Linux on Windows (Windows Subsystem for Linux). Today we will install WSL and see how to use it....

April 8, 2020 · 2 min · Akshay Maurya

Flutter: How to start?

In today’s world, everything has mostly shifted to the mobile side of the computers rather than the bulky desktops that we used a decade earlier. That’s because it promises to do most things (and sometimes more) that those old PCs could do, at increased mobility and therefore ease of access. Hence, the increase in the requirement of ways to enhance that experience. Many ways are there to create Android as well as iOS apps out there, but one of them stands out as Flutter needs only one language for both....

April 6, 2020 · 5 min · Akshay Maurya