gmpassos / shelf_letsencrypt

Let's Encrypt support for the shelf package (free and automatic HTTPS certificate support).
Apache License 2.0
8 stars 3 forks source link

warning on startup - #7

Open bsutton opened 10 months ago

bsutton commented 10 months ago

Have you seen this error that gets printed on startup?

../../../.pub-cache/hosted/pub.dev/x509-0.2.4/lib/src/extension.dart:45:48: Warning: Operand of null-aware operation '!' has type 'Uint8List' which excludes null.

gmpassos commented 10 months ago

It's a dependency issue:

package: x509

The owner needs to adjust its code to avoid this warning: https://github.com/appsup-dart/x509

bsutton commented 10 months ago

I've just up voted on his site.