umair13adil / flutter_logs

An extensive logging framework developed for flutter apps.
https://itnext.io/sending-logs-from-flutter-apps-in-real-time-using-elk-stack-mqtt-c24fa0cb9802
Apache License 2.0
39 stars 28 forks source link

support null safety #8

Closed MichalNemec closed 2 years ago

MichalNemec commented 3 years ago

flutter build apk --debug

Building with sound null safety

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

For solutions, see https://dart.dev/go/unsound-null-safety

FAILURE: Build failed with an exception

MrCsabaToth commented 2 years ago

Does https://github.com/umair13adil/flutter_logs/commit/9fb39dcea86caf445b2260623761acccaf54d866 fix this?

umair13adil commented 2 years ago

Yes, it should be closed.