jetleaf_lang 1.0.0+1 copy "jetleaf_lang: ^1.0.0+1" to clipboard
jetleaf_lang: ^1.0.0+1 copied to clipboard

This library exposes extended Dart primitives, collections, optional types, I/O streams, date/time utilities, math types, regex, and more.

🍃 JetLeaf Lang #

License Pub Version Dart CI

Overview #

JetLeaf Lang is a comprehensive utility library for Dart that provides extended language features, collections, I/O operations, and more. It's part of the JetLeaf Framework ecosystem, designed to enhance Dart's standard library with additional functionality and convenience methods.

Features #

  • Extended Primitives: Enhanced versions of Dart's built-in types
  • Collections: Specialized collection types and utilities
  • I/O Operations: Extended file and stream handling
  • Concurrency: Threading and synchronization utilities
  • Math & Statistics: Advanced mathematical operations and statistical functions
  • Time & Date: Extended date/time manipulation
  • Networking: Network-related utilities
  • System Interaction: System-level operations and utilities

Documentation #

Installation #

Add the following to your pubspec.yaml:

dependencies:
  jetleaf_lang: ^1.0.0  # Use the latest version

Then run:

dart pub get

Usage #

import 'package:jetleaf_lang/jetleaf_lang.dart';

void main() {
  // Example usage
  final optional = Optional.of('Hello, JetLeaf!');
  print(optional.orElse('Default'));
}

Contributing #

Contributions are welcome! Please read our Contributing Guidelines before submitting pull requests.

License #

This project is licensed under the JetLeaf License - see the LICENSE file for details.

Support #

For support, please open an issue on our GitHub repository.

0
likes
120
points
112
downloads

Publisher

verified publisherjetleaf.hapnium.com

Weekly Downloads

This library exposes extended Dart primitives, collections, optional types, I/O streams, date/time utilities, math types, regex, and more.

Homepage
Repository (GitHub)
View/report issues

Topics

#io #collections #primitives #helpers

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

analyzer, dart_internal, meta, path

More

Packages that depend on jetleaf_lang