feat: Add print feature, refine gradient on details page

This commit is contained in:
Anton Stubenbord
2023-05-29 17:10:33 +02:00
parent d8ee418828
commit e4df202190
7 changed files with 150 additions and 48 deletions

View File

@@ -617,6 +617,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.2.18"
flutter_pdfview:
dependency: "direct main"
description:
name: flutter_pdfview
sha256: d9735fd8991609910742a25c63a5f87060849e57e60112c677b802ddb64bed72
url: "https://pub.dev"
source: hosted
version: "1.3.1"
flutter_plugin_android_lifecycle:
dependency: transitive
description:
@@ -1267,6 +1275,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.3.1"
printing:
dependency: "direct main"
description:
name: printing
sha256: e7c383dca95ee7b88c02dc1c66638628d3dcdc2fb2cc47e7a595facd47e46b56
url: "https://pub.dev"
source: hosted
version: "5.11.0"
process:
dependency: transitive
description:
@@ -1802,4 +1818,4 @@ packages:
version: "3.1.1"
sdks:
dart: ">=3.0.0 <4.0.0"
flutter: ">=3.7.0"
flutter: ">=3.10.0"