kosher_dart 2.0.1
kosher_dart: ^2.0.1 copied to clipboard
This Plugin for a specialized calendar that can calculate different astronomical times for Jewish zmanim or religious times for prayers and other Jewish religious duties.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add kosher_dartThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
kosher_dart: ^2.0.1Alternatively, 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:kosher_dart/astronomical_calendar.dart';
import 'package:kosher_dart/complex_zmanim_calendar.dart';
import 'package:kosher_dart/hebrewcalendar/daf.dart';
import 'package:kosher_dart/hebrewcalendar/hebrew_date_formatter.dart';
import 'package:kosher_dart/hebrewcalendar/jewish_calendar.dart';
import 'package:kosher_dart/hebrewcalendar/jewish_date.dart';
import 'package:kosher_dart/hebrewcalendar/yerushalmi_yomi_calculator.dart';
import 'package:kosher_dart/hebrewcalendar/yomi_calculator.dart';
import 'package:kosher_dart/util/astronomical_calculator.dart';
import 'package:kosher_dart/util/geo_Location.dart';
import 'package:kosher_dart/util/geo_location_utils.dart';
import 'package:kosher_dart/util/noaa_calculator.dart';
import 'package:kosher_dart/util/sun_times_calculator.dart';
import 'package:kosher_dart/util/time.dart';
import 'package:kosher_dart/util/zman.dart';
import 'package:kosher_dart/zmanim_calendar.dart';