Expansion-Card icon indicating copy to clipboard operation
Expansion-Card copied to clipboard

When the version of null safety will be released ?

Open medmsd opened this issue 3 years ago • 4 comments

medmsd avatar Mar 25 '21 22:03 medmsd

Any update on this?

keanallen avatar May 10 '21 06:05 keanallen

When the version of null safety will be released ??

prakasharyaman avatar Aug 06 '21 10:08 prakasharyaman

Since this package hasn't been updated in 9 months, I guess we may have to look for other solutions. Such a shame.

mikwee avatar Nov 24 '21 19:11 mikwee

TLDR; The last version didn't get uploaded to pub.dev but it has null safety here in master branch.

So in the meantime guys we can use this package by adding it in pubspec.yaml like this

  expansion_card:
    git: https://github.com/anirudhsharma392/Expansion-Card.git

Long Story;

Interesting, so I went on the code and found out that ... This package does support null safety!!.

On 06/03/2021 a new commit to the pubspec.yaml upgraded environment SDK to 2.12.0 and above. https://github.com/anirudhsharma392/Expansion-Card/blob/39d47fa029c19ac38185637d3c0926cb4bb25b14/pubspec.yaml#L8

And running the migration tool show that it is already got migrated image

But on pub.dev it shows that it is still on 2.1.0 which is not enoght image

So @anirudhsharma392 can you upload the last version to pub dev?. I understand that you are busy but it does not look like a lot of work to just upload the last version.

Thanks in advance.

guyluz11 avatar Jan 09 '22 12:01 guyluz11