Last updated:
0 purchases
floxy style
FloxyStyle is Utility with Lightweight performance and many feature coming soon in this package
hopefully you can give me suggestion in issue github
Features #
Button
Route / Navigator
Sizing
Validator
Usage #
DangerButton(
pressed: () {},
widget: Text("Test Button"),
// for example you need borderRadius just add
typeBorder: "bd-1"
)
copied to clipboard
Route Navigator #
To push your navigator screen just use
FN.moveTo(context, ScreenName())
copied to clipboard
To push your navigator with namedRoute screen just use
FN.moveToWithRoutes(context, "/exampleroute")
copied to clipboard
To Close your screen just use
FN.closePage(context)
copied to clipboard
Sizing #
FSZ.fullW(context)
copied to clipboard
Validator #
// Min Length Validator
FV.minLength(String value, int minLength)
// if valid return true
// Max Length Validator
FV.maxLength(String value, int maxLength)
// if valid return true
// Email Validator
FV.email(String value)
// if valid return true
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.