Skip to content

GavinFu7/systemfont

Repository files navigation

systemfont

取得iOS設備中的字體列表

Get fonts list in iOS device

Getting Started

Use this package

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

dependencies:
  systemfont: 
    git: https://github.com/GavinFu7/systemfont.git

Get System Fonts

import 'package:systemfont/systemfont.dart';

.
.
.

List<String> fonts = await getSystemFontList();

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published