Skip to content

Commit

Permalink
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 b3762d5 commit 51368cd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
2 changes: 2 additions & 0 deletions at_chat_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 3.0.3
- updated dependencies
## 3.0.2
- updated dependencies and bug fixes

Expand Down
1 change: 0 additions & 1 deletion at_chat_flutter/example/lib/client_sdk_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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_chat_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.3
at_onboarding_flutter: ^3.0.0
at_onboarding_flutter: ^3.1.2

dev_dependencies:
flutter_test:
Expand Down
14 changes: 7 additions & 7 deletions at_chat_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: at_chat_flutter
description: A Flutter plugin project to provide a chat feature between @‎signs built on the @‎platform to any Flutter application.
version: 3.0.2
version: 3.0.3
homepage: https://atsign.dev
repository: https://github.com/atsign-foundation/at_widgets

Expand All @@ -11,12 +11,12 @@ environment:
dependencies:
flutter:
sdk: flutter
at_contact: ^3.0.1
at_common_flutter: ^2.0.1
at_commons: ^3.0.0
at_client_mobile: ^3.0.3
at_client: ^3.0.5
at_lookup: ^3.0.3
at_contact: ^3.0.3
at_common_flutter: ^2.0.4
at_commons: ^3.0.2
at_client_mobile: ^3.1.3
at_client: ^3.0.7
at_lookup: ^3.0.5

#Picker
file_picker: ^4.2.3
Expand Down

0 comments on commit 51368cd

Please sign in to comment.