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

fix: updated at_contacts_group_flutter to 4.0.16 and at_chat_flutter to 3.0.13 #894

Merged
8 changes: 8 additions & 0 deletions packages/at_chat_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
## 3.0.13:

- **CHORE**: Kotlin version increased from 1.7.10 to 1.8.20
- **CHORE**: Major version increase of file_picker from ^6.1.1 to ^8.1.1
- **CHORE**: Updated dependencies
- **FIX**: Replaced the depreciated KeychainUtil.getPrivateKey method

## 3.0.12:

- **CHORE**: Major version increase of at_commons from ^3.0.55 to ^4.0.1

## 3.0.11
Expand Down
2 changes: 1 addition & 1 deletion packages/at_chat_flutter/example/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.7.10'
ext.kotlin_version = '1.8.20'
repositories {
google()
mavenCentral()
Expand Down
13 changes: 7 additions & 6 deletions packages/at_chat_flutter/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ PODS:
- Flutter
- webview_flutter_wkwebview (0.0.1):
- Flutter
- FlutterMacOS

DEPENDENCIES:
- at_backupkey_flutter (from `.symlinks/plugins/at_backupkey_flutter/ios`)
Expand All @@ -93,7 +94,7 @@ DEPENDENCIES:
- share_plus (from `.symlinks/plugins/share_plus/ios`)
- shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`)
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
- webview_flutter_wkwebview (from `.symlinks/plugins/webview_flutter_wkwebview/ios`)
- webview_flutter_wkwebview (from `.symlinks/plugins/webview_flutter_wkwebview/darwin`)

SPEC REPOS:
trunk:
Expand Down Expand Up @@ -139,18 +140,18 @@ EXTERNAL SOURCES:
url_launcher_ios:
:path: ".symlinks/plugins/url_launcher_ios/ios"
webview_flutter_wkwebview:
:path: ".symlinks/plugins/webview_flutter_wkwebview/ios"
:path: ".symlinks/plugins/webview_flutter_wkwebview/darwin"

SPEC CHECKSUMS:
at_backupkey_flutter: 2fc3d01138175e41bce8b574387a47544c53e01b
at_chat_flutter: 8df1b69f14a74f0360b21916b5dd6916c9ae7130
at_file_saver: c0e052c72d8c0296318bd70f2ae7f510887014ce
at_onboarding_flutter: e8219b6d0bfb236d3837ec3528871aebdcc56e8d
biometric_storage: 1400f1382af3a4cc2bf05340e13c3d8de873ceb9
device_info_plus: c6fb39579d0f423935b0c9ce7ee2f44b71b9fce6
device_info_plus: 97af1d7e84681a90d0693e63169a5d50e0839a0d
DKImagePickerController: b512c28220a2b8ac7419f21c491fc8534b7601ac
DKPhotoGallery: fdfad5125a9fdda9cc57df834d49df790dbb4179
file_picker: 15fd9539e4eb735dc54bae8c0534a7a9511a03de
file_picker: 09aa5ec1ab24135ccd7a1621c46c84134bfd6655
file_selector_ios: f0670c1064a8c8450e38145d8043160105d0b97c
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
flutter_keychain: 01aabf894ffe8b01adfda1d9df21c210c1b4b452
Expand All @@ -160,11 +161,11 @@ SPEC CHECKSUMS:
permission_handler_apple: 9878588469a2b0d0fc1e048d9f43605f92e6cec2
qr_code_scanner: bb67d64904c3b9658ada8c402e8b4d406d5d796e
SDWebImage: fd7e1a22f00303e058058278639bf6196ee431fe
share_plus: c3fef564749587fc939ef86ffb283ceac0baf9f5
share_plus: 8875f4f2500512ea181eef553c3e27dba5135aad
shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78
SwiftyGif: 93a1cc87bf3a51916001cf8f3d63835fb64c819f
url_launcher_ios: 5334b05cef931de560670eeae103fd3e431ac3fe
webview_flutter_wkwebview: be0f0d33777f1bfd0c9fdcb594786704dbf65f36
webview_flutter_wkwebview: 0982481e3d9c78fd5c6f62a002fcd24fc791f1e4

PODFILE CHECKSUM: c4c93c5f6502fe2754f48404d3594bf779584011

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import UIKit
import Flutter

@UIApplicationMain
@main
@objc class AppDelegate: FlutterAppDelegate {
override func application(
_ application: UIApplication,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import path_provider_foundation
import share_plus
import shared_preferences_foundation
import url_launcher_macos
import webview_flutter_wkwebview

func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FileSaverPlugin.register(with: registry.registrar(forPlugin: "FileSaverPlugin"))
Expand All @@ -25,4 +26,5 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
FLTWebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "FLTWebViewFlutterPlugin"))
}
5 changes: 4 additions & 1 deletion packages/at_chat_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,11 @@ flutter:
# the material Icons class.
uses-material-design: true

dependency_overrides:
file_picker: ^8.1.1

dev_dependencies:
flutter_lints: ^3.0.1
flutter_lints: ^4.0.0
flutter_test:
sdk: flutter
# To add assets to your application, add an assets section, like this:
Expand Down
6 changes: 3 additions & 3 deletions packages/at_chat_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: at_chat_flutter
description: A Flutter plugin project to provide a chat feature between atSigns
built on the atPlatform to any Flutter application.
version: 3.0.12
version: 3.0.13
homepage: https://docs.atsign.com/
repository: https://github.com/atsign-foundation/at_widgets/tree/trunk/packages/at_chat_flutter
issue_tracker: https://github.com/atsign-foundation/at_widgets/issues
Expand All @@ -13,11 +13,11 @@ environment:
dependencies:
at_client: ^3.0.72
at_client_mobile: ^3.2.17
at_common_flutter: ^2.0.12
at_common_flutter: ^2.0.14
at_commons: ^4.0.1
at_contact: ^3.0.8
at_lookup: ^3.0.40
file_picker: ^6.1.1
file_picker: ^8.1.1
flutter:
sdk: flutter

Expand Down
35 changes: 35 additions & 0 deletions packages/at_contacts_group_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,106 +1,141 @@
## 4.0.16

- **CHORE**: Kotlin version updated from ^1.7.10 to 1.8.20
- **CHORE**: emoji_picker_flutter updated from ^1.6.1 to 3.0.0
- **CHORE**: Dangling library doc comment fixed

## 4.0.15

- **CHORE**: Major version increase of at_commons from ^3.0.55 to ^4.0.1
- **CHORE**: Changed IPHONEOS_DEPLOYMENT_TARGET from 9.0 to 12.0

## 4.0.14

- **CHORE**: Bumped all dependency versions

## 4.0.13

- **CHORE**: Updated dependency and improved pub score

## 4.0.12

- **FIX**: fetching contacts made faster.

## 4.0.11

- **CHORE**: Updated dependencies

## 4.0.10

- **CHORE**: Updated dependencies and android gradle versions

## 4.0.9

- **FIX**: Texts fixes
- **CHORE**: Package description updated

## 4.0.8

- **FEAT**: Updated text
- **CHORE**: Updated dependency

## 4.0.7

- **FIX**: Fixed buffer size limit issue while creating groups

## 4.0.6

- **FIX**: Removed toggle option from contact screen
- **CHORE**: Updated package dependencies

## 4.0.5

- **FIX**: Lint Fixes according to flutter 3.0

## 4.0.4

- **FIX**: Added missing fontWeight
- **FEAT**: Optimised adding and removing contacts
- **FIX**: Fixed UI issues

## 4.0.3

- **FEAT**: Added list display controls

## 4.0.2

- **CHORE**: Updated package dependencies
- **FEAT**: Added functionality to remove selected contacts while navigating

## 4.0.1

- **CHORE**: Updated package dependencies
- **FIX**: Fixed package example

## 4.0.0

- **CHORE**: Updated package dependencies
- **CHORE**: GroupContactView parameter updated
- **CHORE**: UI rendering optimised for desktop screens

## 3.1.2

- **FIX**: Fixed at client dependency issue
- **CHORE**: Updated package dependencies

## 3.1.1

- **REFACTOR**: Use of SizeConfig from at_common_flutter
- **CHORE**: Updated package dependencies

## 3.1.0

- **FEAT**: Added platform support for macos, windows and linux

## 3.0.3

- **CHORE**: Updated dependencies and bug fixes

## 3.0.2

- **CHORE**: Updated dependencies and bug fixes

## 3.0.1

- **FIX**: bug fix in image picker

## 3.0.0

- **CHORE**: updated package with rsdk changes

## 2.0.4

- **FIX**: Added contactSelectedHistory parameter in GroupContactView
- **CHORE**: Updated packages

## 2.0.3

- **FIX**: Bug fixes for group selection in GroupContactView
- **CHORE**: Updated at_contacts_flutter package

## 2.0.2

- **CHORE**: Updated repository link and description
- **CHORE**: Updated packages

## 2.0.1

- **CHORE**: Updated packages

## 2.0.0

- **CHORE**: Null safe version

## 1.0.1

- **CHORE**: The referenced packages are updated
- **CHORE**: Improved avatar placeholder

## 1.0.0

- The initial release consists of two screens - A screen to list the created groups and screen to view group details.
2 changes: 1 addition & 1 deletion packages/at_contacts_group_flutter/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group 'com.atsign.at_contacts_group_flutter'
version '1.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.7.10'
ext.kotlin_version = '1.8.20'
repositories {
google()
jcenter()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.7.10'
ext.kotlin_version = '1.8.20'
repositories {
google()
mavenCentral()
Expand Down
6 changes: 3 additions & 3 deletions packages/at_contacts_group_flutter/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,11 @@ SPEC CHECKSUMS:
at_file_saver: c0e052c72d8c0296318bd70f2ae7f510887014ce
at_onboarding_flutter: e8219b6d0bfb236d3837ec3528871aebdcc56e8d
biometric_storage: 1400f1382af3a4cc2bf05340e13c3d8de873ceb9
device_info_plus: c6fb39579d0f423935b0c9ce7ee2f44b71b9fce6
device_info_plus: 97af1d7e84681a90d0693e63169a5d50e0839a0d
DKImagePickerController: 946cec48c7873164274ecc4624d19e3da4c1ef3c
DKPhotoGallery: b3834fecb755ee09a593d7c9e389d8b5d6deed60
emoji_picker_flutter: fe2e6151c5b548e975d546e6eeb567daf0962a58
file_picker: 15fd9539e4eb735dc54bae8c0534a7a9511a03de
file_picker: 09aa5ec1ab24135ccd7a1621c46c84134bfd6655
file_selector_ios: f0670c1064a8c8450e38145d8043160105d0b97c
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
flutter_image_compress_common: ec1d45c362c9d30a3f6a0426c297f47c52007e3e
Expand All @@ -214,7 +214,7 @@ SPEC CHECKSUMS:
qr_code_scanner: bb67d64904c3b9658ada8c402e8b4d406d5d796e
SDWebImage: 066c47b573f408f18caa467d71deace7c0f8280d
SDWebImageWebPCoder: e38c0a70396191361d60c092933e22c20d5b1380
share_plus: c3fef564749587fc939ef86ffb283ceac0baf9f5
share_plus: 8875f4f2500512ea181eef553c3e27dba5135aad
shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78
SwiftyGif: 706c60cf65fa2bc5ee0313beece843c8eb8194d4
Toast: 1f5ea13423a1e6674c4abdac5be53587ae481c4e
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import UIKit
import Flutter

@UIApplicationMain
@main
@objc class AppDelegate: FlutterAppDelegate {
override func application(
_ application: UIApplication,
Expand Down
3 changes: 3 additions & 0 deletions packages/at_contacts_group_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ dependencies:
sdk: flutter
path_provider: ^2.1.3

dependency_overrides:
file_picker: ^8.1.1

dev_dependencies:
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
Expand Down
Loading