Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 287 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 287 Bytes

xdart

A package with dart classes extensions

Getting Started

To use import xdart: import 'package:xdart/xdart.dart';

Available Extensions

String

  • isNullOrEmpty
  • isNullOrWhiteSpaces

int

  • toHex

Iterable<T>

  • groupby
  • sum
  • count
  • calculate