How to make custom notifications on Windows/Linux on Flatter?
I need to make custom notifications like in the screenshot (telegram notifications). I tried to use the following libraries: windows_notification, local_notifier. But they didn’t suit me because they use native Windows notifications, which don’t suit me. Can you tell me if there are any solutions?
Flutter Windows Build: error RC2176: old DIB in resourcesapp_icon.ico; pass it through SDKPAINT
I have a problem with Building a Windows Application with Flutter.
How to Align RichText to the left in Dialog? Flutter
I want to make RichText align to the left.
I tried use Container, Row, Column, Flexible, Expanded widgets, but nothing helped me.
Flutter windows 125% scaling issue
In flutter I have created widgets based on the width of the screen to make it responsive, but the default 125% scaling is kind of messing with my flutter ui.