skip to Main Content

How to put button under an image? Flutter

Hello guys im new in flutter and i need help with my app, to put a button under an image in my app main menu, here is my code so far i build based on https://docs.flutter.dev/development/ui/layout/tutorial import 'package:flutter/material.dart'; import 'package:get/get_core/src/get_main.dart';…

VIEW QUESTION

audioplayers doesn't run on Android – Flutter

I have a problem with audioplayers in Flutter. The application runs on a Desktop but it doesn't run on Android and here is the error: C:flutter.pub-cachehostedpub.dartlang.orgaudioplayers_android-1.1.1androidsrcmainkotlinxyzluanaudioplayersplayerWrappedPlayer.kt:271:21: warning: parameter 'percent' is never used fun onBuffering(percent: Int) { ^ Note: Some input…

VIEW QUESTION
Back To Top
Search