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

Calculates the area of rectangles and triangles.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add area0227

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

dependencies:
  area0227: ^0.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:area0227/area.dart';
import 'package:area0227/rectangle.dart';
import 'package:area0227/triangle.dart';
0
likes
100
points
43
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Calculates the area of rectangles and triangles.

License

unknown (license)

Dependencies

flutter, intl

More

Packages that depend on area0227