Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Convert current date to hebrew date in Flutter or Dart?

I want to Convert Current Date to Hebrew Date but didn't find any solution for it.

Input 11 March 2021

Output 27 Adar 5781

I tried this package : https://pub.dev/packages/shamsi_date but didn't work for my solution.

like image 451
Jayesh Choudhary Avatar asked Oct 14 '25 16:10

Jayesh Choudhary


1 Answers

You can try using 2 ways:

  • Using Flutter Package : https://pub.dev/packages/kosher_dart

  • Using API : https://www.hebcal.com/home/developer-apis

like image 141
Jay gajjar Avatar answered Oct 17 '25 07:10

Jay gajjar