skip to Main Content

Android Studio – Dependency version issue

I have this issue when compiling my project in Android Studio: Dependency 'androidx.appcompat:appcompat-resources:1.6.1' requires libraries and applications that depend on it to compile against version 33 or later of the Android APIs. :app is currently compiled against android-32. Also, the…

VIEW QUESTION

Undefined name 'mounted' in Flutter

I get this error: Undefined name 'mounted' in the future fetchoffers widget. Can anyone help me with this problem? I want to use this to make in app purchases work in my flutter app. import 'package:flutter/material.dart'; import 'package:AnyKnower/chatgpt.dart'; import 'package:AnyKnower/privacypolicy.dart';…

VIEW QUESTION
Back To Top
Search