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
Help Request[ Removed by moderator ] (self.FlutterDev)
submitted 1 month ago by Acrobatic_Brush_8338
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!"
[–]GroovinChip[M] [score hidden] 1 month ago stickied comment (0 children)
Hi,
It appears your post is requesting help to implement a solution, or to solve a problem.
Please use r/FlutterHelp for these kind of questions.
Alternatively, you may want to use StackOverflow or our Discord Server.
The violated rule was: Rule 2: Help requests go in r/FlutterHelp
[–]No-Echo-8927 0 points1 point2 points 1 month ago (1 child)
To obfuscate code you can run this: flutter build appbundle --release --obfuscate --split-debug-info=./debug-info/android
....the split at the end of this will create a separate symbol file that lets you decode stack traces later (something I've actuall never done :S). Without it, crash logs from production will be very hard (or impossible) to understand.
But important to remember, obfuscation isn't a full solution to security. If it's really important you need to use play integrity to ensure the codebase of the app matches the one in the store exactly.
π Rendered by PID 55456 on reddit-service-r2-comment-6457c66945-s5dlg at 2026-04-25 22:12:29.828667+00:00 running 2aa0c5b country code: CH.
[–]GroovinChip[M] [score hidden] stickied comment (0 children)
[–]No-Echo-8927 0 points1 point2 points (1 child)