skip to Main Content

Android dependency not issue in Flutter Plugin

I am creating a flutter pluggin for a native sdk. So I added the android dependency in the plugin/android/build.gradle file like this android { if (project.android.hasProperty("namespace")) { namespace = "com.xxxxxxx.xxxxxx_sdk" } compileSdk = 34 compileOptions { sourceCompatibility = JavaVersion.VERSION_1_8 targetCompatibility…

VIEW QUESTION

Input In Flutter Text Fields

Hey was trying to create my first flutter app where i have a home screen containing a NavBar that will render a page on the scaffold body depending on which NavBarItem is selected. import 'package:firebase_auth/firebase_auth.dart'; import 'package:ionicons/ionicons.dart'; import 'package:flutter/material.dart'; import…

VIEW QUESTION
Back To Top
Search