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

A simple Birth Chart widget.

Birth Chart Flutter widget. #

A simple customizable birth chart with custom data, colors and other stuff.

Package version


Example #

See the example for more details.

Example GIF
BirthChart(
  houses: List.generate(12, (_) => ChartHouse(position: 20)),
  planets: [
    ChartPlanet(position: 111, sign: '♈'),
    ChartPlanet(position: 71, sign: '♓'),
  ],
  aspects: [
    ChartAspect(
      planet1: ChartPlanet(position: 111, sign: '♈'),
      planet2: ChartPlanet(position: 71, sign: '♓'),
      type: ChartAspectType.red,
    ),
  ],
);

Installation #

$ flutter pub get birth_chart
1
likes
0
points
53
downloads

Publisher

unverified uploader

Weekly Downloads

A simple Birth Chart widget.

Repository (GitHub)
View/report issues

Topics

#chart #charts

License

unknown (license)

Dependencies

flutter

More

Packages that depend on birth_chart