Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
loadFontFromList returns void no string
  • Loading branch information
Emmanuel Garcia committed Nov 6, 2020
commit e7f3969afc2a140c204c60f2b4e5cea32a29309e
2 changes: 1 addition & 1 deletion lib/ui/text.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2299,4 +2299,4 @@ FutureOr<void> _sendFontChangeMessage() async {
/// default ascent will be used.
/// {@endtemplate}

String _loadFontFromList(Uint8List list, _Callback<void> callback, String? fontFamily) native 'loadFontFromList';
void _loadFontFromList(Uint8List list, _Callback<void> callback, String? fontFamily) native 'loadFontFromList';