Skip to content

Commit

Permalink
Merge pull request #135 from TheRedSpy15/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
TheRedSpy15 committed Apr 25, 2024
2 parents d69ba45 + 464464f commit f4e2ae7
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 27 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
working-directory: ${{ github.workspace }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.19.3'
flutter-version: '3.19.6'
channel: 'stable'
cache: true
cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:' # optional, change this to force refresh cache
Expand Down
2 changes: 0 additions & 2 deletions lib/providers/setting_providers.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import 'package:blazedcloud/constants.dart';
import 'package:blazedcloud/providers/sync_providers.dart';
import 'package:blazedcloud/utils/sync_utils.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:local_auth/local_auth.dart';
import 'package:shared_preferences/shared_preferences.dart';
Expand Down
46 changes: 27 additions & 19 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.1.1"
cross_file:
dependency: transitive
description:
name: cross_file
sha256: "55d7b444feb71301ef6b8838dbc1ae02e63dd48c8773f3810ff53bb1e2945b32"
url: "https://pub.dev"
source: hosted
version: "0.3.4+1"
crypto:
dependency: transitive
description:
Expand Down Expand Up @@ -141,10 +149,10 @@ packages:
dependency: transitive
description:
name: extended_image_library
sha256: a7cc0270299589ba12b21152abd8ac7287ac8e1997c7ce1a26c337bac4429208
sha256: c9caee8fe9b6547bd41c960c4f2d1ef8e34321804de6a1777f1d614a24247ad6
url: "https://pub.dev"
source: hosted
version: "4.0.2"
version: "4.0.4"
fake_async:
dependency: transitive
description:
Expand Down Expand Up @@ -173,10 +181,10 @@ packages:
dependency: "direct main"
description:
name: file_picker
sha256: caa6bc229eab3e32eb2f37b53a5f9d22a6981474afd210c512a7546c1e1a04f6
sha256: "45c70b43df893027e441a6fa0aacc8f484fb9f9c60c746dc8f1dc4f774cf55cd"
url: "https://pub.dev"
source: hosted
version: "6.2.0"
version: "8.0.2"
flutter:
dependency: "direct main"
description: flutter
Expand Down Expand Up @@ -258,10 +266,10 @@ packages:
dependency: "direct main"
description:
name: flutter_local_notifications
sha256: "55b9b229307a10974b26296ff29f2e132256ba4bd74266939118eaefa941cb00"
sha256: "8cdc719114ab1c86c64bb7a86d3a679674c3637edd229e3a994797d4a1504ce4"
url: "https://pub.dev"
source: hosted
version: "16.3.3"
version: "17.1.0"
flutter_local_notifications_linux:
dependency: transitive
description:
Expand All @@ -274,10 +282,10 @@ packages:
dependency: transitive
description:
name: flutter_local_notifications_platform_interface
sha256: "7cf643d6d5022f3baed0be777b0662cce5919c0a7b86e700299f22dc4ae660ef"
sha256: "340abf67df238f7f0ef58f4a26d2a83e1ab74c77ab03cd2b2d5018ac64db30b7"
url: "https://pub.dev"
source: hosted
version: "7.0.0+1"
version: "7.1.0"
flutter_localizations:
dependency: "direct main"
description: flutter
Expand Down Expand Up @@ -361,18 +369,18 @@ packages:
dependency: "direct main"
description:
name: go_router
sha256: "170c46e237d6eb0e6e9f0e8b3f56101e14fb64f787016e42edd74c39cf8b176a"
sha256: "28ef8a8320ab3bf5752424e6bca6961ce25108afc344f3127b5155caf7a792c8"
url: "https://pub.dev"
source: hosted
version: "13.2.0"
version: "14.0.0"
http:
dependency: "direct main"
description:
name: http
sha256: a2bbf9d017fcced29139daa8ed2bba4ece450ab222871df93ca9eec6f80c34ba
sha256: "761a297c042deedc1ffbb156d6e2af13886bb305c2a343a4d972504cd67dd938"
url: "https://pub.dev"
source: hosted
version: "1.2.0"
version: "1.2.1"
http_client_helper:
dependency: transitive
description:
Expand Down Expand Up @@ -745,10 +753,10 @@ packages:
dependency: transitive
description:
name: shared_preferences_web
sha256: "7b15ffb9387ea3e237bb7a66b8a23d2147663d391cafc5c8f37b2e7b4bde5d21"
sha256: "9aee1089b36bd2aafe06582b7d7817fd317ef05fc30e6ba14bff247d0933042a"
url: "https://pub.dev"
source: hosted
version: "2.2.2"
version: "2.3.0"
shared_preferences_windows:
dependency: transitive
description:
Expand Down Expand Up @@ -886,10 +894,10 @@ packages:
dependency: transitive
description:
name: url_launcher_web
sha256: fff0932192afeedf63cdd50ecbb1bc825d31aed259f02bb8dba0f3b729a5e88b
sha256: "8d9e750d8c9338601e709cd0885f95825086bd8b642547f26bda435aade95d8a"
url: "https://pub.dev"
source: hosted
version: "2.2.3"
version: "2.3.1"
url_launcher_windows:
dependency: transitive
description:
Expand Down Expand Up @@ -918,10 +926,10 @@ packages:
dependency: transitive
description:
name: web
sha256: "4188706108906f002b3a293509234588823c8c979dc83304e229ff400c996b05"
sha256: "97da13628db363c635202ad97068d47c5b8aa555808e7a9411963c533b449b27"
url: "https://pub.dev"
source: hosted
version: "0.4.2"
version: "0.5.1"
win32:
dependency: transitive
description:
Expand Down Expand Up @@ -965,4 +973,4 @@ packages:
version: "3.1.2"
sdks:
dart: ">=3.3.0 <4.0.0"
flutter: ">=3.16.6"
flutter: ">=3.19.0"
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
# format: x.x.x+x0x0x
version: 1.3.8+10308
version: 1.3.9+10309

environment:
sdk: '>=3.1.2 <4.0.0'
Expand All @@ -37,13 +37,13 @@ dependencies:
cupertino_icons: ^1.0.2
logger: ^2.0.2
pocketbase: ^0.18.0
go_router: ^13.0.0
go_router: ^14.0.0
flutter_secure_storage: ^9.0.0
shared_preferences: ^2.2.1
flutter_riverpod: ^2.4.0
http: ^1.1.0
file_picker: ^6.1.1
flutter_local_notifications: ^16.1.0
file_picker: ^8.0.2
flutter_local_notifications: ^17.1.0
open_filex: ^4.3.2
permission_handler: ^11.0.0
http_parser: ^4.0.2
Expand Down

0 comments on commit f4e2ae7

Please sign in to comment.