flutter / flutter_clock

BSD 3-Clause "New" or "Revised" License
543 stars 328 forks source link

google_fonts package #40

Closed jfdeveloper92 closed 4 years ago

jfdeveloper92 commented 4 years ago

Can I use the new google_fonts package to set fonts in my app? Since the are "fetched once via http at runtime" would it disqualify due to the fetch from internet part?

justkawal commented 4 years ago

No, You can't make network calls as it has been clearly stated in the rules and guidelines:

Your clock should not:

skhalsa10 commented 4 years ago

you can still download the physical fonts files and package them in the app that way. You will not be making any network calls this way.

jkurtw commented 4 years ago

Please package the fonts with your app