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

chore: publish new versions of the at_widget's packages #875

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions packages/at_sync_ui_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,61 @@
## 1.0.12:

- **FIX**: Resolved Static analysis messages
- **CHORE**: Updated dependencies
- **CHORE**: Updated kotlin version number

## 1.0.11:

- **CHORE**: Bumped up dependecy versions
- **CHORE**: Improved pub score

## 1.0.10

- **CHORE**: Updated dependencies
- **CHORE**: Lint fixes

## 1.0.9

- **CHORE**: Bumped all dependency versions
- **REFACTOR**: Deprecated `sync()` method and moved it's implementation to init.
- **CHORE**: Improved pub score

## 1.0.8

- **FEAT**: Provides exit option when sync takes longer

## 1.0.7

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

## 1.0.6

- **FEAT**: Sync progress callback added
- **CHORE**: Package description updated

## 1.0.5

- **FEAT**: Updated dependency

## 1.0.4

- **FEAT**: Added atSyncUIListener, to listen to sync status changes

## 1.0.3

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

## 1.0.2

- **CHORE**: Updated dependencies
- **DOCS**: Updated documentation

## 1.0.1

- **FEAT**: Added sdk support
- **DOCS**: Updated documentation

## 1.0.0

- Initial release
- **FEAT**: UI widgets that can be used as sync indicators
4 changes: 2 additions & 2 deletions packages/at_sync_ui_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 All @@ -24,6 +24,6 @@ subprojects {
project.evaluationDependsOn(':app')
}

task clean(type: Delete) {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}
2 changes: 1 addition & 1 deletion packages/at_sync_ui_flutter/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ SPEC CHECKSUMS:
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
flutter_keychain: 01aabf894ffe8b01adfda1d9df21c210c1b4b452
MTBBarcodeScanner: f453b33c4b7dfe545d8c6484ed744d55671788cb
package_info_plus: 115f4ad11e0698c8c1c5d8a689390df880f47e85
package_info_plus: 58f0028419748fad15bf008b270aaa8e54380b1c
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
permission_handler_apple: 9878588469a2b0d0fc1e048d9f43605f92e6cec2
qr_code_scanner: bb67d64904c3b9658ada8c402e8b4d406d5d796e
Expand Down
2 changes: 1 addition & 1 deletion packages/at_sync_ui_flutter/example/lib/second_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class _SecondScreenState extends State<SecondScreen> {
width: 50,
fit: BoxFit.cover,
gaplessPlayback: true,
image: NetworkImage('https://source.unsplash.com/random'),
image: NetworkImage('https://picsum.photos/200/300'),
),
),
)),
Expand Down
5 changes: 0 additions & 5 deletions packages/at_sync_ui_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,9 @@ dependencies:
flutter_colorpicker: ^1.1.0
path_provider: ^2.1.3


dependency_overrides:
at_sync_ui_flutter:
path: ../
at_backupkey_flutter:
path: ../../at_backupkey_flutter



dev_dependencies:
# The "flutter_lints" package below contains a set of recommended lints to
Expand Down
6 changes: 3 additions & 3 deletions packages/at_sync_ui_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: at_sync_ui_flutter
description: A Flutter plugin project to provide UI widgets for displaying
status of sync process in atProtocol apps.
version: 1.0.11
version: 1.0.12
homepage: https://docs.atsign.com/
repository: https://github.com/atsign-foundation/at_widgets/tree/trunk/packages/at_sync_ui_flutter
issue_tracker: https://github.com/atsign-foundation/at_widgets/issues
Expand All @@ -19,10 +19,10 @@ dependencies:
sdk: flutter

dev_dependencies:
flutter_lints: ^2.0.3
flutter_lints: ^4.0.0
flutter_test:
sdk: flutter
mocktail: ^0.3.0
mocktail: ^1.0.4

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
Expand Down