area0227 0.0.1
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 area0227This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
area0227: ^0.0.1Alternatively, 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';