add_two 0.0.1 copy "add_two: ^0.0.1" to clipboard
add_two: ^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:simple_add/simple_add.dart';

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

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A simple Dart/Flutter package that adds two numbers.

License

MIT (license)

Dependencies

flutter

More

Packages that depend on add_two