You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The convertToHijriDate function in syncfusion_flutter_core v27.2.5 appears to be returning an incorrect date range when converting dates to the Hijri calendar. This results in inaccurate calculations and unexpected behavior.
Steps to reproduce
1-Import syncfusion_flutter_core.
2-Use the convertToHijriDate method with a specific Gregorian date (e.g., DateTime(2024, 12, 4)).
3-Observe the returned Hijri date.
4-Compare it with the expected Hijri date.
A screenshot or video is not required, as the issue is related to the invalid range value returned by the convertToHijriDate method.
Stack Traces
Stack Traces
No stack trace was generated. The app does not crash, but instead, it returns an invalid range value when calling the convertToHijriDate method.
On which target platforms have you observed this bug?
Android
Flutter Doctor output
[✓] Flutter (Channel stable, 3.22.1, on macOS 14.3.1 23D60 darwin-arm64, locale en-SA)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.4)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.3)
[✓] Connected device (3 available)
! Error: Browsing on the local area network for iPhone. Ensure the device is unlocked and attached with a cable or associated with the same local area network as this Mac.
The device must be opted into Developer Mode to connect wirelessly. (code -27)
[✓] Network resources
• No issues found!
The text was updated successfully, but these errors were encountered:
Bug description
The convertToHijriDate function in syncfusion_flutter_core v27.2.5 appears to be returning an incorrect date range when converting dates to the Hijri calendar. This results in inaccurate calculations and unexpected behavior.
Steps to reproduce
1-Import syncfusion_flutter_core.
2-Use the convertToHijriDate method with a specific Gregorian date (e.g., DateTime(2024, 12, 4)).
3-Observe the returned Hijri date.
4-Compare it with the expected Hijri date.
Code sample
Code sample
Screenshots or Video
Screenshots / Video demonstration
A screenshot or video is not required, as the issue is related to the invalid range value returned by the convertToHijriDate method.
Stack Traces
Stack Traces
On which target platforms have you observed this bug?
Android
Flutter Doctor output
[✓] Flutter (Channel stable, 3.22.1, on macOS 14.3.1 23D60 darwin-arm64, locale en-SA)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.4)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.3)
[✓] Connected device (3 available)
! Error: Browsing on the local area network for iPhone. Ensure the device is unlocked and attached with a cable or associated with the same local area network as this Mac.
The device must be opted into Developer Mode to connect wirelessly. (code -27)
[✓] Network resources
• No issues found!
The text was updated successfully, but these errors were encountered: