Closed juliovedovatto closed 6 years ago
Hello.
First of all, great plugin to manipulate JSON on Dart ;)
But I found a problem when trying to update to the 1.0.0 version. I followed the README at https://pub.dartlang.org/packages/dartson/versions/1.0.0-alpha+1
1.0.0
If I use in my pubspec.yaml this:
pubspec.yaml
dependencies: dartson: ^1.0.0
It wil fail to install the package.
Running "flutter packages get" in app... Because app depends on dartson ^1.0.0 which doesn't match any versions, version solving failed.
I fixed it, updating my pubspec.yaml to:
dependencies: dartson: ^1.0.0-alpha+1
There was some kind of confusion and the Dart package repository adopted 1.0.0-alpha+1 as the official version.
1.0.0-alpha+1
Could you update readme? I think other users may face this problem too.
Thanks!
Hello.
First of all, great plugin to manipulate JSON on Dart ;)
But I found a problem when trying to update to the
1.0.0
version. I followed the README at https://pub.dartlang.org/packages/dartson/versions/1.0.0-alpha+1If I use in my
pubspec.yaml
this:It wil fail to install the package.
I fixed it, updating my
pubspec.yaml
to:There was some kind of confusion and the Dart package repository adopted
1.0.0-alpha+1
as the official version.Could you update readme? I think other users may face this problem too.
Thanks!