You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO(tim): bring this back once dependcies are resolved
The code for this is already there, but we can't depend on google_fonts at the moment because figmage is a pure dart package and Google Fonts depends on the Flutter SDK.
So we should evaluate if it makes sense to turn figmage into a Flutter package, or check google fonts in another way (REST request or sth)
The text was updated successfully, but these errors were encountered:
figmage/lib/src/data/generators/text_style_theme_extension_generator.dart
Line 44 in f69145c
The code for this is already there, but we can't depend on
google_fonts
at the moment because figmage is a pure dart package and Google Fonts depends on the Flutter SDK.So we should evaluate if it makes sense to turn figmage into a Flutter package, or check google fonts in another way (REST request or sth)
The text was updated successfully, but these errors were encountered: