March 2024 - Androhub

Setup Flutter in Android Studio

Setup Flutter Installation in Android Studio

In this article, we will learn how to setup Flutter installation in Android Studio. VIDEO TUTORIAL Install Plugins First, we have to install the Flutter and Dart plugins in Android Studio. 1. Open Android Studio and navigate to File -> Settings -> Plugins and enter flutter in the input field. It will show suggestions as

Read More
Implementation vs API banner

Implementation vs api in Android Gradle

Today we will learn about Implementation vs api in Android Gradle. While working on Android Gradle files you must have come across these keywords multiple times. The ‘api’ keyword is mostly used when you are working on modular applications and working on a library module. Definitions ‘implementation’: This configuration is used to declare dependencies that are

Read More