Logo
Explore Help
Register Sign In
yujunjun/AppFlowy
1
0
Fork 0
You've already forked AppFlowy
mirror of https://github.com/AppFlowy-IO/AppFlowy.git synced 2025-08-01 21:37:38 +00:00
Code Issues Packages Projects Releases Wiki Activity
AppFlowy/frontend/appflowy_flutter/lib/util/google_font_family_extension.dart

7 lines
234 B
Dart
Raw Normal View History

fix: image url check for embed link (#4826) * fix: image url check in for embed link * chore: move all patterns to shared * test: prefer enterText over manipulating widget
2024-03-06 16:31:30 +01:00
import 'package:appflowy/shared/patterns/common_patterns.dart';
feat: customize text font (#3467) * feat: update UI in settings page * feat: customzing font in document page * fix: flutter analyze and format issues
2023-09-21 09:12:25 +08:00
extension GoogleFontsParser on String {
fix: image url check for embed link (#4826) * fix: image url check in for embed link * chore: move all patterns to shared * test: prefer enterText over manipulating widget
2024-03-06 16:31:30 +01:00
String parseFontFamilyName() => replaceAll('_regular', '')
.replaceAllMapped(camelCaseRegex, (m) => ' ${m.group(0)}');
feat: customize text font (#3467) * feat: update UI in settings page * feat: customzing font in document page * fix: flutter analyze and format issues
2023-09-21 09:12:25 +08:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 400ms Template: 8ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API