Skip to content

Commit

Permalink
sc-11025: Replaced radar.io addresses with radar.com. (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtibbetts authored Dec 22, 2022
1 parent 10375fb commit 1d30816
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

[![npm](https://img.shields.io/pub/v/flutter_radar)](https://pub.dev/packages/flutter_radar)

[Radar](https://radar.io) is the leading geofencing and location tracking platform.
[Radar](https://radar.com) is the leading geofencing and location tracking platform.

The Radar SDK abstracts away cross-platform differences between location services, allowing you to add geofencing, location tracking, trip tracking, geocoding, and search to your apps with just a few lines of code.

## Documentation

See the Radar overview documentation [here](https://radar.io/documentation).
See the Radar overview documentation [here](https://radar.com/documentation).

Then, see the Flutter package documentation [here](https://radar.io/documentation/sdk/flutter).
Then, see the Flutter package documentation [here](https://radar.com/documentation/sdk/flutter).

## Examples

See an example app in `example/`.

## Support

Have questions? We're here to help! Email us at [support@radar.io](mailto:support@radar.io).
Have questions? We're here to help! Email us at [support@radar.com](mailto:support@radar.com).
2 changes: 1 addition & 1 deletion ios/flutter_radar.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.description = 'Flutter package for Radar, the leading geofencing and location tracking platform'
s.homepage = 'http://example.com'
s.license = { :file => '../LICENSE' }
s.author = { 'Radar Labs, Inc.' => 'support@radar.io' }
s.author = { 'Radar Labs, Inc.' => 'support@radar.com' }
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
Expand Down

0 comments on commit 1d30816

Please sign in to comment.