How to use the Device's Default Font in Flutter?
Create a PlatformChannels
for the TextView
and access this Android TextView
into your Flutter Application.
And Use it instead of the Text
widget of the Flutter.
Check out this article for more information.