Skip to content

Commit

Permalink
at notify flutter fix for issue #305
Browse files Browse the repository at this point in the history
  • Loading branch information
murali-shris committed Dec 22, 2021
1 parent c08a58b commit a613595
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 2 additions & 0 deletions at_notify_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
## 1.0.1
- Fixed at client dependency issue. Removed reference to deprecated SyncStrategy
## 1.0.0
- Initial version
1 change: 0 additions & 1 deletion at_notify_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
2 changes: 1 addition & 1 deletion at_notify_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
path: ../

cupertino_icons: ^1.0.3
at_onboarding_flutter: ^3.0.4
at_onboarding_flutter: ^3.1.2

dev_dependencies:
flutter_test:
Expand Down
10 changes: 5 additions & 5 deletions at_notify_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description: A Flutter plugin project to send notification to any @‎sign in @
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.0
version: 1.0.1
homepage: https://atsign.dev
repository: https://github.com/atsign-foundation/at_widgets

Expand All @@ -28,10 +28,10 @@ dependencies:
flutter:
sdk: flutter

at_client_mobile: ^3.0.3
at_client: ^3.0.5
at_commons: ^3.0.0
at_common_flutter: ^2.0.2
at_client_mobile: ^3.1.3
at_client: ^3.0.7
at_commons: ^3.0.2
at_common_flutter: ^2.0.4
flutter_local_notifications: ^6.0.0

dev_dependencies:
Expand Down

0 comments on commit a613595

Please sign in to comment.