add_to_numbers
add_to_numbers is a Dart library designed as a starting point for building Dart libraries or applications. With version 1.0.0, this package provides a foundational structure that you can build upon for your own Dart projects. It includes essential development dependencies such as lints
for code quality checks and test
for unit testing. The package is compatible with Dart SDK version ^3.4.4 and is licensed under the MIT License.
Features
- Foundational Structure: Provides a base for Dart library or application development.
- Code Quality: Includes linting for maintaining code standards.
- Testing: Comes with unit testing setup for validating your code.
Getting Started
To get started with add_to_numbers
, add it to your pubspec.yaml
file:
dependencies:
add_to_numbers: ^1.0.0
Libraries
- add_to_numbers
- Support for performing addition operations.