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.
- Host: GitHub
- URL: https://github.com/ayoubzulfiqar/dart-utils
- Owner: ayoubzulfiqar
- Created: 2023-01-02T11:35:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-04T10:48:49.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T22:47:21.091Z (4 months ago)
- Topics: dart, dart-extension, dart-lang, dart-library, dart-utils
- Language: Dart
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 
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)