xyz_utils 0.63.2 copy "xyz_utils: ^0.63.2" to clipboard
xyz_utils: ^0.63.2 copied to clipboard

This package provides a set of utilities to facilitate the development of Dart apps. It also includes many utilities used by other packages in the XYZ ecosystem.

example/example.dart

//.title
// ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
//
// 🇽🇾🇿 & Dev
//
// Copyright Ⓒ Robert Mollentze
//
// Licensing details can be found in the LICENSE file in the root directory.
//
// ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
//.title~

// Note: There are too many utilities to cover in a single example. However,
// the package is well documented and easy to use. Please refer to the API
// reference for more information.

import 'package:xyz_utils/xyz_utils.dart';

// ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░

void main() async {
  // Print the current file name.
  print(Here().fileName); // prints 'example.dart'
}
4
likes
140
points
432
downloads

Publisher

unverified uploader

Weekly Downloads

This package provides a set of utilities to facilitate the development of Dart apps. It also includes many utilities used by other packages in the XYZ ecosystem.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, collection, equatable, http, intl, meta, path

More

Packages that depend on xyz_utils