mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-01-11 22:40:36 +00:00
fix
This commit is contained in:
parent
af37413614
commit
1656285c2c
2 changed files with 19 additions and 5 deletions
19
pubspec.lock
19
pubspec.lock
|
|
@ -674,11 +674,12 @@ packages:
|
|||
flutter_web_auth_2:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: flutter_web_auth_2
|
||||
sha256: "4d3d2fd3d26bf1a26b3beafd4b4b899c0ffe10dc99af25abc58ffe24e991133c"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "3.1.2"
|
||||
path: flutter_web_auth_2
|
||||
ref: "3.x-without-v1"
|
||||
resolved-ref: "48682f19576001e50104a602d891343850adb67f"
|
||||
url: "https://github.com/ThexXTURBOXx/flutter_web_auth_2.git"
|
||||
source: git
|
||||
version: "3.1.2-without-v1"
|
||||
flutter_web_auth_2_platform_interface:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
@ -900,6 +901,14 @@ packages:
|
|||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "1.1.0"
|
||||
inno_bundle:
|
||||
dependency: "direct dev"
|
||||
description:
|
||||
name: inno_bundle
|
||||
sha256: e9d0ab41a82157da42ebd4206bda22ed04bf096a6e7d416c79d79201c388d563
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "0.8.0"
|
||||
intl:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
|
|
|||
|
|
@ -116,6 +116,7 @@ dev_dependencies:
|
|||
isar_generator: ^3.1.0+1
|
||||
flutter_lints: ^5.0.0
|
||||
freezed: ^2.0.0
|
||||
inno_bundle: ^0.8.0
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
|
|
@ -138,3 +139,7 @@ flutter_launcher_icons:
|
|||
macos:
|
||||
generate: true
|
||||
image_path: "assets/app_icons/icon-red.png"
|
||||
inno_bundle:
|
||||
id: 984c49b9-1c39-58f2-b0bb-8d30a87279e2
|
||||
publisher: Mangayomi
|
||||
name: Mangayomi
|
||||
|
|
|
|||
Loading…
Reference in a new issue