birth_chart 1.0.2
birth_chart: ^1.0.2 copied to clipboard
A simple customizable birth chart with custom data, colors and other stuff.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add birth_chart
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
birth_chart: ^1.0.2
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:birth_chart/birth_chart.dart';