prayer_time 2.0.0 copy "prayer_time: ^2.0.0" to clipboard
prayer_time: ^2.0.0 copied to clipboard

A Dart Pacakge to get prayer times of different loctions based on geo and timezone.

Version 2.0.0 (2024-05-22) #

New Features:

  • Added null safety support.

Improvements:

  • Converted constants to static final variables for better performance.
  • Made variables private and exposed them through getters and setters for better encapsulation.
  • Extracted smaller, well-named methods for improved readability and maintainability.
  • Added type annotations for parameters and return values for clarity.
  • Divided the code into multiple files for better organization:
    • PrayerTime.dart
    • constants.dart
    • utils.dart
  • Change the name of the package from PrayerTime to prayer_time to follow Dart's package naming conventions.

Breaking Changes:

  • Renamed the package from PrayerTime to prayer_time.
  • Instead of using int for the method parameter in the PrayTime constructor, use the constants like Karachi, ISNA, etc.

1.0.0 #

  • Initial version, created by Muhammad Umer Farooq
25
likes
105
pub points
63%
popularity

Publisher

verified publisheralphasofthub.com

A Dart Pacakge to get prayer times of different loctions based on geo and timezone.

Homepage

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on prayer_time