shamblett / coap

A Coap package for dart
Other
16 stars 13 forks source link

fix: flutter analyze and flutter format #42

Closed Sorunome closed 2 years ago

Sorunome commented 2 years ago

This PR runs flutter format and fixes flutter analyze.

This is the flutter analyze issue that was thrown before:

sorunome@sorunome-laptop frontend/coap $ flutter analyze                                                1
Analyzing coap...                                                       

   info • 'Completer.complete' should not be called with a null argument for the non-nullable type
          argument 'CoapInternetAddress' • lib/src/util/coap_util.dart:222:28 •
          null_argument_to_non_null_type

1 issue found. (ran in 4.2s)

which kinda negated the nullsafety in this specific aspect

shamblett commented 2 years ago

Thanks, package re published at version 3.2.0.