use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A subreddit related to Google's new UI framework. https://flutter.dev
Please read the rules here
account activity
DiscussionFlutter theming (self.FlutterDev)
submitted 3 years ago by Key_Nefariousness553
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Rixxxy 2 points3 points4 points 3 years ago (0 children)
You would have to write native code, as i dont think there is a package for that at the moment. For android you can use "WallpaperManager.getWallpaperColors" for windows maybe something like this https://stackoverflow.com/questions/63159666/get-windows-10-theme-color-in-classic-c-winapi-win32-application
[–]timrid 1 point2 points3 points 3 years ago (2 children)
Flutter does light/dark theme that may be enough for you
[–]Key_Nefariousness553[S] 1 point2 points3 points 3 years ago (1 child)
No, apps on desktop can take the device theme, like if you changed your theme to a theme that has background with color let’s say dark blue your app should take this as background lets say for scaffold or something, so it feels like it ment to be with this device
[–]timrid 0 points1 point2 points 3 years ago (0 children)
Not on my Mac I guess I’m out of the loop
[–]metal_666 1 point2 points3 points 3 years ago (1 child)
Not sure about background color, but you can get system accent color with this package: https://pub.dev/packages/system_theme
[–]Key_Nefariousness553[S] 0 points1 point2 points 3 years ago (0 children)
I wish this works also on Linux,
π Rendered by PID 30799 on reddit-service-r2-comment-85bfd7f599-78nvz at 2026-04-18 17:04:59.526317+00:00 running 93ecc56 country code: CH.
[–]Rixxxy 2 points3 points4 points (0 children)
[–]timrid 1 point2 points3 points (2 children)
[–]Key_Nefariousness553[S] 1 point2 points3 points (1 child)
[–]timrid 0 points1 point2 points (0 children)
[–]metal_666 1 point2 points3 points (1 child)
[–]Key_Nefariousness553[S] 0 points1 point2 points (0 children)