refactor: Remove custom font and emoji font workaround

This commit is contained in:
krille-chan 2025-03-03 18:00:37 +01:00
commit cd83c6e5ab
No known key found for this signature in database
17 changed files with 47 additions and 217 deletions

View file

@ -1,7 +1,5 @@
#!/bin/sh -ve
git apply ./scripts/enable-android-google-services.patch
rm -rf fonts/NotoEmoji
yq -i 'del( .flutter.fonts[] | select(.family == "NotoEmoji") )' pubspec.yaml
flutter clean
flutter pub get
cd ios