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

outdated

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

Easy Handler #

Easy and simple way to write avoid long statement #

dependencies:
  easy_card_scanner: <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
0
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

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on easy_handler