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
Conform your packages to the pub package layout. Ensure you have a valid pubspec.yaml file. Pick an OSS license and correctly add it to your package. If you don't have one, you can always use Dart's BSD-style license. Host your source code in a public location so we can retrieve it. Add dartdocs so people can easily use your libraries. Update your README to contain a getting started guide.
The text was updated successfully, but these errors were encountered:
We don't like deleting packages that people might be depending on. The best thing to do is probably upload a new version with a README that points users to the "redisclient" package (or "redis_client", which conforms better to the package naming conventions).
This issue was originally filed by @financecoding
We have renamed this repo for simplicity to redisclient, could the dartredisclient be deleted or renamed?
Link to your package code:
http://pub.dartlang.org/packages/dartredisclient
Please remember to also check:
Conform your packages to the pub package layout.
Ensure you have a valid pubspec.yaml file.
Pick an OSS license and correctly add it to your package. If you don't have
one, you can always use Dart's BSD-style license.
Host your source code in a public location so we can retrieve it.
Add dartdocs so people can easily use your libraries.
Update your README to contain a getting started guide.
The text was updated successfully, but these errors were encountered: