network_font_loader 0.0.1 copy "network_font_loader: ^0.0.1" to clipboard
network_font_loader: ^0.0.1 copied to clipboard

A plugin that downloads, caches and loads a font hosted on the network.

Features #

A plugin that downloads, caches and loads a font hosted on the network.

Usage #

var font = NetworkFont(
  'https://www.example.com/files/example.ttf',
  'example_bold',
  800,
);

await NetworkFontLoader.load( font );

Additional information #

No web support yet, but will be added later. Will throw UnsupportedException in the meantime.

2
likes
120
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

A plugin that downloads, caches and loads a font hosted on the network.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_cache_manager

More

Packages that depend on network_font_loader