simple_add_two_numbers 0.0.1 copy "simple_add_two_numbers: ^0.0.1" to clipboard
simple_add_two_numbers: ^0.0.1 copied to clipboard

A simple Dart/Flutter package that adds two numbers.

simple_add #

A very simple Dart/Flutter package that adds two numbers.

Features #

  • Add two numbers easily
  • Very lightweight and fast
  • Works on Dart & Flutter apps

Usage #

import 'package:add_two/add_two.dart';

void main() {
  final calc = AddTwo();
  print(calc.add(10, 20)); // Output: 30
}
0
likes
140
points
7
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A simple Dart/Flutter package that adds two numbers.

License

MIT (license)

Dependencies

add_two, flutter

More

Packages that depend on simple_add_two_numbers