Skip to content

Commit 60d662f

Browse files
committed
feat(deps): add flutter_inappwebview dependency
- Added flutter_inappwebview: 6.1.5 to pubspec.yaml - Updated pubspec.lock with new dependencies
1 parent 9b6f046 commit 60d662f

File tree

2 files changed

+65
-0
lines changed

2 files changed

+65
-0
lines changed

pubspec.lock

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,70 @@ packages:
423423
url: "https://pub.dev"
424424
source: hosted
425425
version: "9.1.1"
426+
flutter_inappwebview:
427+
dependency: "direct main"
428+
description:
429+
name: flutter_inappwebview
430+
sha256: "80092d13d3e29b6227e25b67973c67c7210bd5e35c4b747ca908e31eb71a46d5"
431+
url: "https://pub.dev"
432+
source: hosted
433+
version: "6.1.5"
434+
flutter_inappwebview_android:
435+
dependency: transitive
436+
description:
437+
name: flutter_inappwebview_android
438+
sha256: "62557c15a5c2db5d195cb3892aab74fcaec266d7b86d59a6f0027abd672cddba"
439+
url: "https://pub.dev"
440+
source: hosted
441+
version: "1.1.3"
442+
flutter_inappwebview_internal_annotations:
443+
dependency: transitive
444+
description:
445+
name: flutter_inappwebview_internal_annotations
446+
sha256: "787171d43f8af67864740b6f04166c13190aa74a1468a1f1f1e9ee5b90c359cd"
447+
url: "https://pub.dev"
448+
source: hosted
449+
version: "1.2.0"
450+
flutter_inappwebview_ios:
451+
dependency: transitive
452+
description:
453+
name: flutter_inappwebview_ios
454+
sha256: "5818cf9b26cf0cbb0f62ff50772217d41ea8d3d9cc00279c45f8aabaa1b4025d"
455+
url: "https://pub.dev"
456+
source: hosted
457+
version: "1.1.2"
458+
flutter_inappwebview_macos:
459+
dependency: transitive
460+
description:
461+
name: flutter_inappwebview_macos
462+
sha256: c1fbb86af1a3738e3541364d7d1866315ffb0468a1a77e34198c9be571287da1
463+
url: "https://pub.dev"
464+
source: hosted
465+
version: "1.1.2"
466+
flutter_inappwebview_platform_interface:
467+
dependency: transitive
468+
description:
469+
name: flutter_inappwebview_platform_interface
470+
sha256: cf5323e194096b6ede7a1ca808c3e0a078e4b33cc3f6338977d75b4024ba2500
471+
url: "https://pub.dev"
472+
source: hosted
473+
version: "1.3.0+1"
474+
flutter_inappwebview_web:
475+
dependency: transitive
476+
description:
477+
name: flutter_inappwebview_web
478+
sha256: "55f89c83b0a0d3b7893306b3bb545ba4770a4df018204917148ebb42dc14a598"
479+
url: "https://pub.dev"
480+
source: hosted
481+
version: "1.1.2"
482+
flutter_inappwebview_windows:
483+
dependency: transitive
484+
description:
485+
name: flutter_inappwebview_windows
486+
sha256: "8b4d3a46078a2cdc636c4a3d10d10f2a16882f6be607962dbfff8874d1642055"
487+
url: "https://pub.dev"
488+
source: hosted
489+
version: "0.6.0"
426490
flutter_launcher_icons:
427491
dependency: "direct main"
428492
description:

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ dependencies:
7272
sdk: flutter
7373
flutter_adaptive_scaffold: ^0.3.2
7474
flutter_bloc: ^9.1.1
75+
flutter_inappwebview: 6.1.5
7576
flutter_launcher_icons: ^0.14.4
7677
flutter_localizations:
7778
sdk: flutter

0 commit comments

Comments
 (0)