tuple8

Creator: coderz1093

Last updated:

0 purchases

tuple8 Image
tuple8 Images
Add to Cart

Description:

tuple8

This package implements a new approach to Tuples in dart, getting values by type on a getter method.
Features #

2-tuple implementation;
Getting values by type;
Easy usage without external dependencies;
Unit-tested code;
Clear documentation;

Getting started #
Simply add this dependency to your pubpec.yaml or use dart/flutter pub add CLI.
Usage #
import 'package:tuple8/tuple.dart';

// [ Unrelated Code ]

final tuple = Tuple(1, 1.0);

// [ Unrelated Code ]
copied to clipboard
Additional information #
Initially I don't plan on expanding this package to cover 3-tuples, 4-tuples... But if there is an interest, I will update and add new features.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.