kosher_dart 2.0.1 copy "kosher_dart: ^2.0.1" to clipboard
kosher_dart: ^2.0.1 copied to clipboard

outdated

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_dart

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  kosher_dart: ^2.0.1

Alternatively, 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';
23
likes
0
points
595
downloads

Publisher

verified publisherbeninsapps.com

Weekly Downloads

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.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_localizations, intl, vector_math

More

Packages that depend on kosher_dart

Packages that implement kosher_dart