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

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

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
160
points
53
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

Topics

#chart #charts

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on birth_chart