Skip to content

Commit

Permalink
chore(demo): bug in google_fonts causing compile error
Browse files Browse the repository at this point in the history
Bug in google_fonts causing compilation error of example & widgetbook
`Error: Type 'FontFeature' not found.`
  • Loading branch information
benken authored Mar 5, 2024
1 parent 6fa853e commit 12cd2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
flutter:
sdk: flutter
go_router: ^11.1.2
google_fonts: ^6.1.0
google_fonts: 6.1.0
path_drawing: ^1.0.1
shared_preferences: ^2.2.2
zeta_flutter:
Expand Down

0 comments on commit 12cd2e5

Please sign in to comment.