I have an app which needs to override the devices settings a user may have set in their settings for Font/Text Size, as well as Screen Zoom. It's my understanding that the android manifest files and iOS info.plist files will need to be modified, and that is not possible within Flutterflow. So my question is simple, if I export the apps code to Github and do the necessary changes to the afore mentioned files, can I then upload the modified app back into Flutterflow and delpoy it to the platforms from within Flutterflow, or will it cause errors in Flutterflows system? Will my only option be to deploy the app from another source at that point? If so, why hasn't Flutterflow made these types of common coding changes easily accessible from within Flutterflow?
Overriding a devices user settings for Text Size and Screen Zoom?
Custom Code
I've tried using the automatic sizing option for text by setting the max lines, as well as min text size, however this still does not fully control the sizing when dealing with screen zoom.
Yes
2