I use 20 MB of text as String data inside a flutter Text() widget, But it did not increase the release app size.
APK size before adding 20MB of text data = 5.4MB
APK size After adding 20MB of text data = 5.4MB
(Note:- text data is not an unused value, It's used inside a flutter Text() widget)
Can I know, how flutter source code compression works or any information about this?