nivi_calculator 0.0.1 copy "nivi_calculator: ^0.0.1" to clipboard
nivi_calculator: ^0.0.1 copied to clipboard

My first dart lib project.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nivi_calculator

With Flutter:

 $ flutter pub add nivi_calculator

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

dependencies:
  nivi_calculator: ^0.0.1

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:nivi_calculator/my_calculator.dart';
0
likes
130
pub points
0%
popularity

Publisher

unverified uploader

My first dart lib project.

Documentation

API reference

License

MIT (license)

More

Packages that depend on nivi_calculator