Category: Flutter

  • How to Downgrade Flutter Version – FIXED

    How to Downgrade Flutter Version – FIXED

    Learn how to downgrade your flutter version to a lower version, in this article we will reduce the flutter version to use version 2.0.5 or less on Mac or Linux. Furthermore, your might have probably wandered around the internet trying to figure how to downgrade your flutter SDK version. Reason to Downgrade/ Possible Causes; Maybe…

  • Generate Resources for Android Playstore & iOS Apple Store Flutter

    Generate Resources for Android Playstore & iOS Apple Store Flutter

    In this post, we’ll generate resources for the flutter app we created in the previous post. we’ll be learning how to generate resources for playstore and apple store respectively. As a developer, you won’t like to have the default Flutter app icon showing on all your app as it can cause confusion or distraction when…

  • Build a Quiz App using Flutter for Android and iOS

    Build a Quiz App using Flutter for Android and iOS

    In this post we’ll be working with Flutter, a fast-rising Developer tool built by Google to develop an Android App, the same code will also work in Apple’s iOS devices. Flutter is a Widget based style of building mobile and web applications Interfaces. What is Flutter? Flutter is Google’s mobile UI framework for crafting high-quality…

  • Setup Flutter on Kali, Ubuntu, and any other Linux Distro

    Setup Flutter on Kali, Ubuntu, and any other Linux Distro

    In this post, we’ll be learning how to set up your Flutter on Linux for development. Flutter is a fast-rising Widget based developer tool built by Google for creating mobile and web applications Interfaces. What is Flutter? According to Wiki; Flutter is Google’s mobile UI framework for crafting high-quality native interfaces on iOS and Android in record…