Pass Font from dart to native side

Viewed 79

I have a flutter plugin made in native android, ios.
I want to pass google fonts plugin-based fonts from dart side to the native, so that whatever the fonts user will pass from the dart side, it will be available at the native side. (If possible)
Is there any way to do so? Thanks!

0 Answers
Related