Dipansh Parmar

Results 5 issues of Dipansh Parmar

It's a request to add the duo battle icon that is two swords.

icon request

I'm sorry. Probably not the right place to ask for this. But I couldn't find any solution anywhere. I'm using the Scale widget to show a slider, but when I'm...

I want to update the state when the Sticky Headers stick to the top. I tried doing it in the callback but got an error. What is the correct way...

When printing the country name on the click, it just prints an empty string. **Code used:** ``` import 'package:countries_world_map/countries_world_map.dart'; import 'package:countries_world_map/data/maps/world_map.dart'; import 'package:flutter/material.dart'; void main() { runApp(const MyApp()); } class...

I've this use case where I want to define the custom fullscreen functionality for the video. So when a video goes to full screen, I want to use my custom...