Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant use fontweightBold() #47

Closed
a0v0 opened this issue Mar 3, 2023 · 2 comments
Closed

Cant use fontweightBold() #47

a0v0 opened this issue Mar 3, 2023 · 2 comments

Comments

@a0v0
Copy link

a0v0 commented Mar 3, 2023

Happening with latest version

 child: Text(
                    trans("auth.get_started"),
                  ).fontWeightBold(),

getting this

image

@a0v0
Copy link
Author

a0v0 commented Mar 3, 2023

But working with

child: Text(
                    trans("auth.get_started"),
                    style: const TextStyle(),
                  ).fontWeightBold(),

@agordn52
Copy link
Contributor

agordn52 commented Mar 4, 2023

Hi @a0v0, v4.3.1 fixes the above issues.

There's been an update in the bootstrap/extensions.dart file https://github.com/nylo-core/nylo/blob/4.x/lib/bootstrap/extensions.dart

@agordn52 agordn52 closed this as completed Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants