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
So... You use time_machine for datetime usage purpose. I see pros of usage it, but...
time_machine is forbidden by its author. Many PRs with 0 replies, there is no repo activity for MONTHS (even in other projects). Since Your package relies on it, all bugs from time_machine breaks Your package also :/
Since many people works with native types, I think better solution is to use native DateTime.
I'm ready to put my effort to get rid of it, since I really like Your package and it's better to improve current one instead forking new one.
The text was updated successfully, but these errors were encountered:
So... You use time_machine for datetime usage purpose. I see pros of usage it, but...
time_machine is forbidden by its author. Many PRs with 0 replies, there is no repo activity for MONTHS (even in other projects). Since Your package relies on it, all bugs from time_machine breaks Your package also :/
[Web] Get stuck at initialize call Dana-Ferguson/time_machine#27
This one breaks production build for web, so time_machine is not for web in current build and Your package too...
flutter initialize failed Dana-Ferguson/time_machine#34
I didn't test it, but I'm using similar version of Flutter build and it probably breaks iOS also...
Since many people works with native types, I think better solution is to use native DateTime.
I'm ready to put my effort to get rid of it, since I really like Your package and it's better to improve current one instead forking new one.
The text was updated successfully, but these errors were encountered: