bdlukaa/native_admob_flutter

Native AdTextView font

Offen

#76 geöffnet am 11.06.2021

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Dart (57 Forks)github user discovery
Native Adenhancementgood first issuehelp wanted

Repository-Metriken

Stars
 (81 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Hi! Thank you for creating and maintaining this lib :) (I ran into some issues with google_mobile_ads and switched to this. This was way easier to set up and the ads just worked 🎉 The way to design the layout is a lot more fun to use too even if it's not using Flutter widgets! Anyway...)

It seems currently the font of a TextStyle is not passed on to the native TextView:

https://github.com/bdlukaa/native_admob_flutter/blob/536e1c89581c4a16bf9d2680ab4d2ab5ed5989eb/android/src/main/kotlin/com/bruno/native_admob_flutter/native/NativeAd.kt#L329-L341

It would be nice if I could customize the font to match the look of the rest of my app.

Contributor Guide