skip to Main Content

getting an error while run flutter application (project :app > project :flutter_logs)

i'm getting the following error when trying to run a flutter app Execution failed for task ':app:checkDebugAarMetadata'. > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Could not find com.github.umair13adil:RxLogs:1.0.20. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/github/umair13adil/RxLogs/1.0.20/RxLogs-1.0.20.pom - https://jcenter.bintray.com/com/github/umair13adil/RxLogs/1.0.20/RxLogs-1.0.20.pom…

VIEW QUESTION

React native – Error in Expo App – FetchError: request to https://api.expo.dev/v2/sdks/51.0.0/native-modules failed, reason: unable to get local issuer certificate

I am trying to start a new react native expo app by executing npx expo start but it throws following error FetchError: request to https://api.expo.dev/v2/sdks/51.0.0/native-modules failed, reason: unable to get local issuer certificate FetchError: request to https://api.expo.dev/v2/sdks/51.0.0/native-modules failed, reason: unable…

VIEW QUESTION

Flutter Grid View Stick to Bottom inside a List View

I am trying to create an application for university project using flutter. My current code is as follows. import 'package:flutter/material.dart'; import 'package:mathappcd/constants/widgets_constants.dart'; import 'package:mathappcd/screens/sectionA.dart'; import 'package:mathappcd/screens/sectionB.dart'; import 'package:mathappcd/widgets/app_bar.dart'; import 'package:mathappcd/widgets/square_btn.dart'; extension ContextExtension on BuildContext { bool get isSmallScreen => MediaQuery.of(this).size.shortestSide…

VIEW QUESTION
Back To Top
Search