tagged 0.1.0 copy "tagged: ^0.1.0" to clipboard
tagged: ^0.1.0 copied to clipboard

A Newtype Pattern, a Safe & Type-Restricted Wrapper for Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tagged

With Flutter:

 $ flutter pub add tagged

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

dependencies:
  tagged: ^0.1.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:tagged/tagged.dart';
3
likes
160
points
2
downloads

Publisher

verified publisherminikin.me

Weekly Downloads

A Newtype Pattern, a Safe & Type-Restricted Wrapper for Dart.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

meta

More

Packages that depend on tagged