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

A simple Dart package for calculating circle and rectangle areas and providing variable type utilities.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate circle_calculator

Use it

The package has the following executables:

$ circleC

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add circle_calculator

With Flutter:

 $ flutter pub add circle_calculator

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

dependencies:
  circle_calculator: ^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:circle_calculator/circle_calclulator_app.dart';
import 'package:circle_calculator/rectangle_calculator_app.dart';
import 'package:circle_calculator/test.dart';
import 'package:circle_calculator/variable_rules.dart';
import 'package:circle_calculator/variable_types.dart';
1
likes
140
points
34
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A simple Dart package for calculating circle and rectangle areas and providing variable type utilities.

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on circle_calculator