network_font 0.0.4 copy "network_font: ^0.0.4" to clipboard
network_font: ^0.0.4 copied to clipboard

network_font will help you use your custom font from network, so you don't have to store those fonts in your project directory's asset folder.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add network_font

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

dependencies:
  network_font: ^0.0.4

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:network_font/network_font.dart';
11
likes
120
pub points
66%
popularity

Publisher

unverified uploader

network_font will help you use your custom font from network, so you don't have to store those fonts in your project directory's asset folder.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, hive, http, path_provider

More

Packages that depend on network_font