Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve interface #58

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open

Improve interface #58

wants to merge 17 commits into from

Conversation

KennyHuRadar
Copy link
Contributor

@KennyHuRadar KennyHuRadar commented Jul 22, 2024

  • changes all methods to named arguments for consistency.
  • adds safe unwrapping of arguments to prevent run time crashes from null dereferencing.
  • updates example application.
  • update to docs: improves and updates docs documentation#524

KennyHuRadar and others added 16 commits June 27, 2024 13:30
* added foreground location tracking

* added back accidental deletion

* added nil checks

* fixed foreground handler only called when a background handler existed as well

* added foreground location passing in android

* little restructure

* removed log

* remove old listerns and replace them with new format

* remove attach listern from example

---------

Co-authored-by: Parker Stromberg <[email protected]>
@KennyHuRadar KennyHuRadar requested a review from lmeier July 22, 2024 18:12
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'flutter_radar'
s.version = '3.9.1'
s.version = '3.10.0-beta.1'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

beta tag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants