My SDK

This is a simple Flutter SDK that provides basic arithmetic operations like addition, subtraction, multiplication, and division. It is designed to be easy to integrate into Flutter applications for simple calculations.

Features

  • Addition of two numbers
  • Subtraction of two numbers
  • Multiplication of two numbers
  • Division of two numbers

Getting Started

To get started with the my_sdk package:

  1. Add my_sdkwww as a dependency in your pubspec.yaml file:
    dependencies:
      my_sdkwww: ^0.0.1
    

Libraries

calculator
my_sdk