qp_xt 0.0.1+5 copy "qp_xt: ^0.0.1+5" to clipboard
qp_xt: ^0.0.1+5 copied to clipboard

Quick Programing Extensions

Quick Programing Extensions #

Utility of extensions assembled inorder to boost development efficiency. Indeed a quick programming utility for flutter developers.

Getting Started #

pubspec.yaml

Add super text to pubspec.yaml file #


...
environment:
  sdk: ">=2.12.0 <3.0.0"

dependencies:
  flutter:
    sdk: flutter

  qp_xt:
    git: https://github.com/rey-xi/qp_xt.git 
...

Or #


...
environment:
  sdk: ">=2.12.0 <3.0.0"

dependencies:
  flutter:
    sdk: flutter

  qp_xt: ^0.0.1
...

Usage #

This package did not in anyway declare any new classes just extensions to existing ones; providing extra interfaces for more swift and easy programing experience.

This package has extensions across the following existing classes with detailed documentation.

  • num (Number, Numbers)
  • Color (Swatch, Swatches)
  • String (Grammar)
  • Symbol (ID, IDs)
  • Iterable (Collection)
  • DateTime (Calender)

Thanks #

0
likes
0
pub points
18%
popularity

Publisher

unverified uploader

Quick Programing Extensions

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on qp_xt