rekabhq / background_locator

A Flutter plugin for updating location in background.
MIT License
288 stars 329 forks source link

Add Sound Null Safety #210

Closed debkanchan closed 3 years ago

debkanchan commented 3 years ago
  1. Added sound null safety
  2. Updated Dart SDK
  3. Updated .gitignore to ignore flutter_export_enviorment.sh
  4. Removed unused I18n generated file
  5. Version bump
  6. Update the whole iOS system to new flutter create standard
debkanchan commented 3 years ago

Couldn't upgrade example to null safety because location_permissions on which example app relies on is not null safe

debkanchan commented 3 years ago

@mehdok

mehdok commented 3 years ago

Hi @DebkanchanSamadder

Thank you for your contribution;