tekartik / sembast.dart

Simple io database
BSD 2-Clause "Simplified" License
780 stars 64 forks source link

Update sembast_import_export.dart #328

Closed MJ12358 closed 1 year ago

MJ12358 commented 1 year ago

Attempt to fix

Null check operator used on a null value

When calling exportDatabase I receive the error above. This fixes the error and the database is exported successfully.

I'm not entirely sure why the cooperator is null at this point, but this fix seems to be harmless.

alextekartik commented 1 year ago

Thanks for the report and the fix, I'll to reproduce the error

alextekartik commented 1 year ago

Indeed it happens if the cooperator is disabled. Fixed in 3.3.1+1 just published. Thanks again