my_sdkwww 0.0.1
my_sdkwww: ^0.0.1 copied to clipboard
A simple Flutter SDK for performing basic arithmetic operations like addition, subtraction, multiplication, and division.
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:
- Add
my_sdkwwwas a dependency in yourpubspec.yamlfile:dependencies: my_sdkwww: ^0.0.1