Features

This package can be used to add numbers

Getting started

To start using it first add the package from pub.dev

Usage

const calc = Calculator();
final val = calc.addNumbers([1,33,55, 35,244]);
print(val);

Libraries

add_numbers