Mykhailo Ponochovnyi

Results 13 comments of Mykhailo Ponochovnyi

Hey, @thomas725 can you add brightness: Brightness.dark parameter to your darkThemeData and brightness: Brightness.light to lightThemeData respectively, don't forget about appBarTheme so that everything works correctly. This way you can...

Hey, @bastaware, Can you provide the minimum code to reproduce the error?

Hey, @syssam, sorry, we are currently using code from the dev branch on pub.dev, we know this is our bad, and we will fix it soon!

Hey, @stephen-yu-gh, I'm sorry, but I have not found this problem, could you provide a code example? ![image](https://user-images.githubusercontent.com/92673427/187023364-5762cc39-9553-451b-a533-3382e7929ebd.png)

Hey @banool, if I understand you correctly, you want to get the SettingsList background color? If so, here is the code for an example of how to do it :...

Hey, @stephen-yu-gh, I'm sorry, but I have not found this problem, could you describe the problem in more detail or provide a code example where the styles are overridden?

Hey @[hunterpp](https://github.com/hunterpp) Can you provide the minimum code to reproduce the error?

Hey @Justus-M. Badge have a parameter animationType to which you can pass BadgeAnimationType[.scale, .fade, .slide]. You can also adjust the duration of the animation with the parameter animationDuration. Isn't that...

> That animation only works when you change the badge content, not when the badge appears or disappears. In that case it only shows the fade animation. Now I understand...

@flutterdevelopermv Can you provide minimal information about what kind of animation it is and whether there are certain conditions for playback? But it is better to provide the minimum code.