An open API service indexing awesome lists of open source software.

https://github.com/ayoubzulfiqar/dart-utils

This repo contain some functions and methods that does not available in dart core library.
https://github.com/ayoubzulfiqar/dart-utils

dart dart-extension dart-lang dart-library dart-utils

Last synced: 2 months ago
JSON representation

This repo contain some functions and methods that does not available in dart core library.

Awesome Lists containing this project

README

        

# ![Utilities](https://drive.google.com/uc?export=view&id=1yG9-l0KFYaAp8t-Pqq0Q3-ThwOLISnC9)

This repo Contain the extensions and classes which are not included in native DART SDK.
Some of my own implementations that i implement according to the time of need. And Some are from other smart fellows on the Internet. And some of them are available in external library packages but for only one thing i don't feel like i have to install whole package just to use only one function OR class. Documentation also provided.

## Classes

- [Pair](classes/pair.dart)
- [BitSet](classes/bit_set.dart)

## Extensions

- [Cut List](extensions/cut_list.dart)
- [Equal](extensions/equals.dart)
- [IsUpperCase](extensions/is_upper_case.dart)
- [IsLowerCase](extensions/is_lower_case.dart)
- [Pow](extensions/pow.dart)
- [ToHex](extensions/to_hex.dart)
- [Equality between Lists](extensions/list_equality.dart)
- [ToHexColor](extensions/to_color.dart)