Questions tagged [flutter-android]

304 questions
3
votes
1 answer

type '_CompactLinkedHashSet' is not a subtype of type 'List' in type cast

I am facing this error it runs perfectly but it show no output and display the following error type '_CompactLinkedHashSet' is not a subtype of type 'List' in type cast Flutter import 'package:flutter/cupertino.dart'; import…
Noman Hassan
  • 239
  • 2
  • 10
3
votes
3 answers

Is it possible to implement Agora Video Call in flutter web and flutter app?

I was wondering if it is possible to make a video call between a flutter web app and flutter mobile application. In pub dev's agora_rtc_engine 4.0.6, it only says there, "Android and IOS supported". So I guess web is not yet supported? If not, is…
emmy-chwan
  • 149
  • 1
  • 12
3
votes
1 answer

Flutter : Drag Widgets across screen (Not Drag and Drop)

I want to just drag widgets across screen, not drag and drop. But, whenever I leave it and start dragging again, it starts getting drag from the position it started with. As if it was reset. My guess is build is called again and again, so it…
3
votes
5 answers

Splash Screen Color not Changing in Flutter

I am new to Flutter and still practicing I am creating a splash screen but the color of splash screen is not changing My Code: -launch_background.xml