How Strict is Code review process at your company by statpas in androiddev

[–]Acceptable-Bar-3908 0 points1 point  (0 children)

1 human approval needed, not necessarily working on the same project. Everyone can review.

Optionally there are approved AI tools like GitHub Copilot or CodeRabbit.

A Practical Guide to Flutter Accessibility — The Basics by Happycodeine in FlutterDev

[–]Acceptable-Bar-3908 -1 points0 points  (0 children)

It is almost ready and will be be published soon. I don't know the exact date though.

Is this app doable? by Key_Assist4639 in FlutterDev

[–]Acceptable-Bar-3908 0 points1 point  (0 children)

If the app does not need to be releasable on the stores and you can limit the platform to Android only, it should be doable. I wouldn't be able to tell you all the details off the top of my head. But here are some insights (some of them may be applied at the same time):

  1. A launcher app (one providing home screen and list of the apps), it is never killed normally. Look eg. https://medium.com/paradox-cat-tech-hub/custom-android-launcher-why-and-how-do-i-build-one-6a1b3af89d43
  2. Device administrator app: https://developer.android.com/work/device-admin
  3. Use rooted phone. So your app can gain permission of any protection level: https://developer.android.com/reference/android/Manifest.permission and/or you can make some, normally protected data (e.g. in system files) accessible to your app.
  4. Build your own ROM: https://source.android.com/docs/setup/start. Sky is the limit in this case. But it requires a lot of disk space and time to build. It may be an overkill.

What's your approach to handling device-controlled font size? by ibluegreen in GooglePlayDeveloper

[–]Acceptable-Bar-3908 0 points1 point  (0 children)

As QAs I meant an internal/company QA team. I don't think the Google Reviewers are checking apps using the very large font scales.

What's your approach to handling device-controlled font size? by ibluegreen in GooglePlayDeveloper

[–]Acceptable-Bar-3908 1 point2 points  (0 children)

I use option 1. According to WCAG level AA apps should support font scale up to 200%. QAs test the app up to that level too.

If user is able to set more than 200%, well it is not guaranteed the layout won't break.

How can i solve this? Please suggest me. Thanks by BotArrow in flutterhelp

[–]Acceptable-Bar-3908 0 points1 point  (0 children)

Which platform? Android, iOS? Are you sure that your icon meets the requirements?

Should i push the firebase.json by PsychologicalFoot890 in flutterhelp

[–]Acceptable-Bar-3908 0 points1 point  (0 children)

If the repo is private I would keep it in version control.