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
This library has been around since 2017 . It may help those of us who are weary of using libraries that are pre-1.0 to understand why this has not yet received a 1.0.0 version.
IMO, the only practical difference between pre-1.0 and post-1.0 is that consumers can't infer whether a minor release includes breaking changes or is just feature-additions.
So why not release a 1.x.x version? Perhaps if we can understand the reason(s), we can continue to support this package.
According to Semantic Versioning which is also the rule that the Dart ecosystem comply with.
Version number higher than 1.y.z means stable release and can benefit from version negotiate.
The text was updated successfully, but these errors were encountered: