add_to_numbers 1.0.0 copy "add_to_numbers: ^1.0.0" to clipboard
add_to_numbers: ^1.0.0 copied to clipboard

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 fo [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add add_to_numbers

With Flutter:

 $ flutter pub add add_to_numbers

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  add_to_numbers: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:add_to_numbers/add_to_numbers.dart';
0
likes
140
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

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 comes with 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.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on add_to_numbers