floxy_style 0.0.3+1 copy "floxy_style: ^0.0.3+1" to clipboard
floxy_style: ^0.0.3+1 copied to clipboard

outdated

Floxy Style is utility for help you code.

FLOXY_Style is Utility with Lightweight performance, and the new era of state management

Features #

  • Button
  • Route / Navigator
  • Sizing

Usage #

DangerButton(
  pressed: () {},
  widget: Text("Test Button"),
  // for example you need borderRadius just add
  typeBorder: "bd-1"
)

Use Route Navigator

To push your navigator screen just use

  NavigateFlox().moveTo(context, ScreenName())

To push your navigator with namedRoute screen just use

  NavigateFlox().moveToWithRoutes(context, "/exampleroute")

To Close your screen just use

  NavigateFlox().closePage(context)

Use Sizing

  sizing.

1
likes
50
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

Floxy Style is utility for help you code.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on floxy_style