flutter_paystack icon indicating copy to clipboard operation
flutter_paystack copied to clipboard

Migrate to Null Safety

Open ebukaodini opened this issue 3 years ago • 3 comments

Hi @wilburt,

Thanks for providing the community with this wonderful package. It's really helpful.

Please can you migrate the http package that your package is dependent on to null safety. It keeps throwing dependency issue when building with null-safety.

I would appreciate a response to this.

ebukaodini avatar Jul 28 '21 03:07 ebukaodini

Hi, can you provide the following details?

  • Plugin version in your pubspec
  • Error message
  • Is your project migrated to null-safety?

wilburx9 avatar Jul 29 '21 06:07 wilburx9

depends on paystack_manager ^1.0.4 which depends on intl ^0.16.1, intl ^0.16.1 is required. So, because env_zeus depends on intl ^0.17.0, version solving failed. pub get failed (1; So, because env_zeus depends on intl ^0.17.0, version solving failed.)

I had the same issues

Adejoh-godwin avatar Oct 03 '21 18:10 Adejoh-godwin

This should be fixed in 1.0.6. Can you update the package version?

wilburx9 avatar Sep 18 '22 19:09 wilburx9

Alright. Thank you

Adejoh-godwin avatar Sep 18 '22 23:09 Adejoh-godwin