alitorki2651 / flutter_gauge

Other
24 stars 28 forks source link

Unsound Null Safety error #9

Open greebie opened 3 years ago

greebie commented 3 years ago

On run, I encountered this error

Error: Cannot run with sound null safety, because the following dependencies don't support null safety:

   - package:flutter_gauge

I think this is due to recent requirements for null safety in Flutter. There is a migration tool and other solutions found at https://dart.dev/go/unsound-null-safety.

On the whole, null safety is not a bad idea and I don't imagine that it'd be too hard to work through the code to ensure it. Depending on demand, I may be willing to put a PR together.

saascharge commented 3 years ago

Hello,

Any updates on the null safety feature?

Thierry

greebie commented 3 years ago

Pinging @alitorki2651 . Any interest in accepting a PR on this issue? I would have a few cycles to make this happen in September.