mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2026-01-31 06:25:10 -06:00
fix: Add owner to labels
This commit is contained in:
+14
-9
@@ -34,14 +34,17 @@ dependencies:
|
||||
flutter_localizations:
|
||||
sdk: flutter
|
||||
permission_handler: ^10.2.0
|
||||
pdf: ^3.8.1
|
||||
pdfx: ^2.3.0
|
||||
pdf: ^3.10.2
|
||||
# pdfx:
|
||||
# git:
|
||||
# url: "https://github.com/ScerIO/packages.flutter"
|
||||
# path: packages/pdfx
|
||||
edge_detection:
|
||||
git:
|
||||
url: https://github.com/sawankumarbundelkhandi/edge_detection
|
||||
ref: master
|
||||
path_provider: ^2.0.10
|
||||
image: ^3.1.3
|
||||
image: ^4.0.17
|
||||
photo_view: ^0.14.0
|
||||
intl: any #^0.18.0
|
||||
flutter_svg: ^1.0.3
|
||||
@@ -54,14 +57,13 @@ dependencies:
|
||||
shimmer: ^2.0.0
|
||||
flutter_bloc: ^8.1.1
|
||||
equatable: ^2.0.3
|
||||
flutter_form_builder: ^7.5.0
|
||||
#form_builder_validators: ^8.4.0
|
||||
package_info_plus: ^1.4.3+1
|
||||
flutter_form_builder: ^8.0.0
|
||||
package_info_plus: ^4.0.0
|
||||
font_awesome_flutter: ^10.1.0
|
||||
local_auth: ^2.1.2
|
||||
connectivity_plus: ^3.0.3
|
||||
connectivity_plus: ^4.0.0
|
||||
flutter_native_splash: ^2.2.11
|
||||
share_plus: ^6.2.0
|
||||
share_plus: ^4.5.3
|
||||
introduction_screen: ^3.0.2
|
||||
receive_sharing_intent: ^1.4.5
|
||||
uuid: ^3.0.6
|
||||
@@ -79,7 +81,7 @@ dependencies:
|
||||
json_annotation: ^4.7.0
|
||||
pretty_dio_logger: ^1.2.0-beta-1
|
||||
collection: ^1.17.0
|
||||
device_info_plus: ^4.1.3
|
||||
device_info_plus: ^8.0.0
|
||||
flutter_local_notifications: ^13.0.0
|
||||
responsive_builder: ^0.4.3
|
||||
open_filex: ^4.3.2
|
||||
@@ -91,6 +93,9 @@ dependencies:
|
||||
hive_flutter: ^1.1.0
|
||||
flutter_secure_storage: ^8.0.0
|
||||
|
||||
dependency_overrides:
|
||||
intl: ^0.18.0
|
||||
|
||||
dev_dependencies:
|
||||
integration_test:
|
||||
sdk: flutter
|
||||
|
||||
Reference in New Issue
Block a user