floxy_style 0.0.3 floxy_style: ^0.0.3 copied to clipboard
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.