取得iOS設備中的字體列表
Get fonts list in iOS device
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.gitimport 'package:systemfont/systemfont.dart';
.
.
.
List<String> fonts = await getSystemFontList();