easy_ui 1.0.7 copy "easy_ui: ^1.0.7" to clipboard
easy_ui: ^1.0.7 copied to clipboard

A simple Flutter package created for lazy developers. No example code provided - just use it and see how it works!

Lazy Developer's Flutter Package - eazy-ui #

This Flutter package was created to address the laziness of developers like you. If you're feeling adventurous and want to see how this package works, feel free to check out the repository.

Installation #

To use this package, add it to your pubspec.yaml file:

dependencies:
  eazy-ui: ^1.0.0

Then, run flutter pub get to install the package.

Usage #

add sizedbox with 10 height 16 horizontal padding

SB().h(10).wpHorv(16)

set sizedBox expanded

SB().expanded

set sizedBox to sliver

SB().sliver

set sizedBox tap gesture=> default is cupertinoButton that only change opacity when you tap the button min size is 44px

SB().tap(
  ()=>your tap code
)


if you want to ignore min size add ignoreminsize

SB().tap(()=> your code, ignoreMinsize: true)

Contributing #

If you'd like to contribute to this package, feel free to submit a pull request to the repository. We're always looking for ways to make this package even lazier.

License This package is licensed under the MIT License.

1
likes
140
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

A simple Flutter package created for lazy developers. No example code provided - just use it and see how it works!

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on easy_ui