nylo-core / nylo

Nylo is the fastest way to build your next Flutter mobile app. Streamline your projects with Nylo's opinionated approach to building Flutter apps. Develop your next idea ⚡️

Home Page:https://nylo.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cant use fontweightBold()

a0v0 opened this issue · comments

commented

Happening with latest version

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

getting this

image

commented

But working with

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

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