ziwei_core 0.9.2
ziwei_core: ^0.9.2 copied to clipboard
A pure Dart, configuration-driven Ziwei Doushu (Purple Star Astrology) engine supporting a 6000-year timeline with high-precision ephemeris and JSON patching.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add ziwei_coreWith Flutter:
$ flutter pub add ziwei_coreThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ziwei_core: ^0.9.2Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:ziwei_core/ziwei_core.dart';