Dipansh Parmar

Results 6 comments of Dipansh Parmar

@tphinney is correct.

Using the English names by default is a better idea for simplicity's sake and to get the work done. e.g. If I'm working on a country guessing app on the...

Thank you. Looking forward to it :)

I also experience a similar issue. This might work as a reproducible code but there is not going a lot here: ```dart import 'package:flame/game.dart'; import 'package:flutter/material.dart'; import 'dart:async'; import 'package:flame/components.dart';...

So this is the correct behavior while playing the audio with `FlameAudio` directly?

> The play method gives back a reusable AudioPlayer, so the user has to call dispose on that one when they don't want to use it anymore. That makes sense!...