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.

example/lib/main.dart

import 'package:example/birth_chart_preview.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const App());
}

class App extends StatelessWidget {
  const App({super.key});

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      title: 'Birth Chart Example',
      debugShowCheckedModeBanner: false,
      home: BirthChartPreview(),
    );
  }
}
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