Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyrat committed Feb 15, 2024
1 parent 2603cb4 commit 7678852
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 13 deletions.
2 changes: 2 additions & 0 deletions lib/widgets/entry.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import 'package:flutter/services.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:jiffy/jiffy.dart';
import 'package:kdbx/kdbx.dart';
//TODO: consider retaining this package if it gets fixed for API 34 by the time
// Google have fixed the emulator crashes that block development for Android 14
import 'package:barcode_scan2/barcode_scan2.dart' as barcode;
import 'package:base32/base32.dart';
import 'package:flutter_speed_dial/flutter_speed_dial.dart';
Expand Down
32 changes: 19 additions & 13 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ dependencies:
argon2_ffi:
git:
url: https://github.com/kee-org/argon2_ffi.git
ref: master
ref: api34
flutter_autofill_service:
git:
url: https://github.com/kee-org/flutter_autofill_service.git
ref: master
ref: api34
bloc: ^8.1.2
flutter_bloc: ^8.1.3
fluro: ^2.0.5
Expand Down Expand Up @@ -109,8 +109,14 @@ dependencies:
argon2_ffi_base: ^1.1.1
uuid: ^3.0.7
clock: ^1.1.1
flutter_inapp_purchase: 5.6.0
sensitive_clipboard: ^1.0.0
flutter_inapp_purchase:
git:
url: https://github.com/kee-org/flutter_inapp_purchase
ref: api34
sensitive_clipboard:
git:
url: https://github.com/kee-org/sensitive_clipboard
ref: api34
rate_my_app: 2.0.0 # fix until at least > 2.0.0
archive: ^3.4.6
device_info_plus: ^9.1.0
Expand All @@ -127,16 +133,16 @@ dev_dependencies:
dependency_overrides:
# flutter_inapp_purchase declares incompatibility with this version and other deps declare
# incompatibility with earlier versions. Seems to work fine if we just use the latest version.
http: 1.1.0
#http: 1.1.0
collection: 1.18.0
sensitive_clipboard:
path: ../sensitive_clipboard/
flutter_inapp_purchase:
path: ../flutter_inapp_purchase/
flutter_autofill_service:
path: ../flutter_autofill_service/
argon2_ffi:
path: ../argon2_ffi/
# sensitive_clipboard:
# path: ../sensitive_clipboard/
# flutter_inapp_purchase:
# path: ../flutter_inapp_purchase/
# flutter_autofill_service:
# path: ../flutter_autofill_service/
# argon2_ffi:
# path: ../argon2_ffi/

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

0 comments on commit 7678852

Please sign in to comment.