arnemolland / sigv4

Dart library for signing AWS requests with Signature Version 4
MIT License
17 stars 23 forks source link

Null Safety #25

Closed BartusZak closed 3 years ago

BartusZak commented 3 years ago

Hey @arnemolland, Do you plan to update package to support Dart Null Safety?

dart pub outdated --mode=null-safety
Resolving...
Showing dependencies that are currently not opted in to null-safety.
[✗] indicates versions without null safety support.
[✓] indicates versions opting in to null safety.   

Computing null safety support...
Package Name                          Current        Upgradable      Resolvable  Latest

direct dependencies:
sigv4                                 ✗4.1.1         ✗4.1.2          -           ✗4.1.2
arnemolland commented 3 years ago

Hi @BartusZak, migrating should be pretty simple, but at the moment this library is blocked by chopper and partly dio (only pre-release null-safety). I will try to release a pre-release temporarily dropping the chopper extension shortly!

BartusZak commented 3 years ago

Love to hear that! Thanks for all your work.

arnemolland commented 3 years ago

I've published it as a 5.0.0-nullsafety.0 pre-release until the Dio migration is in stable.