app_fonts_provider 0.9.0 copy "app_fonts_provider: ^0.9.0" to clipboard
app_fonts_provider: ^0.9.0 copied to clipboard

PlatformAndroid

Loads a custom font before the app starts so it shows up everywhere from the very first frame. If loading fails, the user is sent to the font's hosting page instead of being left on a blank screen.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add app_fonts_provider

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  app_fonts_provider: ^0.9.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:app_fonts_provider/app_fonts_provider.dart';
0
likes
150
points
41
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Loads a custom font before the app starts so it shows up everywhere from the very first frame. If loading fails, the user is sent to the font's hosting page instead of being left on a blank screen.

Homepage

License

MIT (license)

Dependencies

flutter, flutter_custom_tabs, http, shared_preferences

More

Packages that depend on app_fonts_provider

Packages that implement app_fonts_provider