daxle 1.0.0 copy "daxle: ^1.0.0" to clipboard
daxle: ^1.0.0 copied to clipboard

A lightweight Dart utility package offering common abstractions and missing features to write safer, more expressive code.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add daxle

With Flutter:

 $ flutter pub add daxle

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  daxle: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:daxle/daxle.dart';
1
likes
160
points
89
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight Dart utility package offering common abstractions and missing features to write safer, more expressive code.

Repository (GitHub)
View/report issues

Topics

#functional #option #result #either #fp

Documentation

API reference

License

MIT (license)

Dependencies

equatable, meta

More

Packages that depend on daxle