Skip to content

Commit

Permalink
Merge pull request #309 from atsign-foundation/atclient_dependency_bug
Browse files Browse the repository at this point in the history
at_location_flutter fix for issue #305
  • Loading branch information
murali-shris committed Dec 22, 2021
2 parents 8777447 + 2dfe762 commit 646176f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 4 additions & 0 deletions at_location_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.2
- Fixed at client dependency issue
- Updated dependencies

## 3.0.1
- Bug fixes

Expand Down
1 change: 0 additions & 1 deletion at_location_flutter/example/lib/client_sdk_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ class ClientSdkService {

atClientPreference.isLocalStoreRequired = true;
atClientPreference.commitLogPath = path;
atClientPreference.syncStrategy = SyncStrategy.IMMEDIATE;
atClientPreference.rootDomain = MixedConstants.ROOT_DOMAIN;
atClientPreference.hiveStoragePath = path;
atClientPreference.downloadPath = downloadDirectory!.path;
Expand Down
12 changes: 6 additions & 6 deletions at_location_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: at_location_flutter
description: A Flutter plugin project to share locations between two @‎signs and track them on OSM (OpenStreetMap).
version: 3.0.1
version: 3.0.2
homepage: https://atsign.dev
repository: https://github.com/atsign-foundation/at_widgets

Expand Down Expand Up @@ -28,11 +28,11 @@ dependencies:
fluttertoast: ^8.0.3

# at_chat_flutter: ^2.0.2
at_client_mobile: ^3.0.3
at_lookup: ^3.0.3
at_commons: ^3.0.0
at_contact: ^3.0.1
at_common_flutter: ^2.0.2
at_client_mobile: ^3.1.3
at_lookup: ^3.0.5
at_commons: ^3.0.2
at_contact: ^3.0.3
at_common_flutter: ^2.0.4


dev_dependencies:
Expand Down

0 comments on commit 646176f

Please sign in to comment.