easy_handler 1.0.1 copy "easy_handler: ^1.0.1" to clipboard
easy_handler: ^1.0.1 copied to clipboard

Easy Handler helps you to avoid long statement and make code more readable

Easy Handler #

Easy and simple way to avoid long statement to make code readable #

dependencies:
  easy_handler: <latest-version>

once you have loaded a package, put that whereever you want to use it. #

import 'package:easy_handler/easy_handler.dart';

How to use afterBuild(cb)

  @override
  void initState() {
    super.initState();
    afterBuild( () => log("called After Build(context)") );
  }

How to use setProp(value)

style: ButtonStyle(backgroundColor: setProp(value))

That's it

8
likes
140
pub points
3%
popularity

Publisher

verified publisherdevhammad.com

Easy Handler helps you to avoid long statement and make code more readable

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on easy_handler