exxen 0.0.3 copy "exxen: ^0.0.3" to clipboard
exxen: ^0.0.3 copied to clipboard

Exxen is a Flutter extension package designed to simplify and enhance your Flutter development experience. It provides a set of useful tools, utilities, and extensions aimed at making your code cleane [...]

Context Extension #

You can use very easy context elements,

  • For Example:
//context.theme is the same as Theme.of(context)
style: context.theme.textTheme.headlineMedium

//context.textTheme is the same as Theme.of(context).textTheme
style: context.textTheme.headlineMedium
2
likes
0
points
85
downloads

Publisher

unverified uploader

Weekly Downloads

Exxen is a Flutter extension package designed to simplify and enhance your Flutter development experience. It provides a set of useful tools, utilities, and extensions aimed at making your code cleaner, more reusable, and easier to maintain. Ideal for developers looking to speed up common tasks and implement best practices in a modular way.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on exxen