We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jiffy works with Flutter Web in Android and desktop browsers. I cannot use it in iOS and OSX browsers. Getting this error.
This is how i use the code Jiffy('2020-06-19T15:37:22', 'yyyy-MM-ddTHH:mm:ss').format('MMM d, yyyy')
I pinpointed this problem because i commented out this line of code and the web app works fine. thoughts?
for now i used a different library and it worked ok in flutter web iOSX browsers.
The text was updated successfully, but these errors were encountered:
I was about to file a report because of this. This is because Safari doesn't support ?<= regex pattern. Any update on that?
Sorry, something went wrong.
same error
Successfully merging a pull request may close this issue.
Jiffy works with Flutter Web in Android and desktop browsers.

I cannot use it in iOS and OSX browsers. Getting this error.
This is how i use the code
Jiffy('2020-06-19T15:37:22', 'yyyy-MM-ddTHH:mm:ss').format('MMM d, yyyy')
I pinpointed this problem because i commented out this line of code and the web app works fine.
thoughts?
for now i used a different library and it worked ok in flutter web iOSX browsers.
The text was updated successfully, but these errors were encountered: