font_asset 0.0.9 copy "font_asset: ^0.0.9" to clipboard
font_asset: ^0.0.9 copied to clipboard

A class for font assets to be used in Flutter for the hook system.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add font_asset

With Flutter:

 $ flutter pub add font_asset

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

dependencies:
  font_asset: ^0.0.9

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

Import it

Now in your Dart code, you can use:

import 'package:font_asset/font_asset.dart';
0
likes
140
points
41
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A class for font assets to be used in Flutter for the hook system.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

code_assets, data_assets, flutter_hook_config, hooks, mime, native_toolchain_c, path

More

Packages that depend on font_asset