Skip to content

Commit

Permalink
flutter pub get
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Dec 4, 2023
1 parent 32389eb commit ed89f68
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 8 deletions.
2 changes: 1 addition & 1 deletion macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Foundation
import audioplayers_darwin
import device_info_plus
import emoji_picker_flutter
import flutter_inappwebview
import flutter_inappwebview_macos
import flutter_local_notifications
import package_info_plus
import path_provider_foundation
Expand Down
52 changes: 46 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -479,18 +479,58 @@ packages:
dependency: "direct main"
description:
name: flutter_inappwebview
sha256: "786b124c944f4914670868c9775c90600a4d4674497f617190c0d676019e337b"
sha256: bd62be6aef0662a4bb55a10fd4dc0a5f0070ad92e2c4879f903a355468ca7643
url: "https://pub.dev"
source: hosted
version: "6.0.0-beta.25"
version: "6.0.0-beta.30"
flutter_inappwebview_android:
dependency: transitive
description:
name: flutter_inappwebview_android
sha256: e74d15bf6a62ae399427f00c75e4bb44b349a1ad39df6690ec5268f65fb19918
url: "https://pub.dev"
source: hosted
version: "1.0.4"
flutter_inappwebview_internal_annotations:
dependency: transitive
description:
name: flutter_inappwebview_internal_annotations
sha256: "064a8ccbc76217dcd3b0fd6c6ea6f549e69b2849a0233b5bb46af9632c3ce2ff"
sha256: "5f80fd30e208ddded7dbbcd0d569e7995f9f63d45ea3f548d8dd4c0b473fb4c8"
url: "https://pub.dev"
source: hosted
version: "1.1.0"
version: "1.1.1"
flutter_inappwebview_ios:
dependency: transitive
description:
name: flutter_inappwebview_ios
sha256: "23228676302a6931ab5b149f5d356cddba72eccfdb4b1f0555bd7d63fe3b0037"
url: "https://pub.dev"
source: hosted
version: "1.0.4"
flutter_inappwebview_macos:
dependency: transitive
description:
name: flutter_inappwebview_macos
sha256: "0d0b96e51d172b298e5242794778665ff86b56a5d606ee86aab14fed56245f86"
url: "https://pub.dev"
source: hosted
version: "1.0.2"
flutter_inappwebview_platform_interface:
dependency: transitive
description:
name: flutter_inappwebview_platform_interface
sha256: d614f7d4cfee774094e136b9a7c3b3596c971fcaee99706fa6c8e133082a49c7
url: "https://pub.dev"
source: hosted
version: "1.0.4"
flutter_inappwebview_web:
dependency: transitive
description:
name: flutter_inappwebview_web
sha256: e276e5417c286d5ba66b833151edb3ec6706fa46b0d1cee04cdfa046595ea797
url: "https://pub.dev"
source: hosted
version: "1.0.1"
flutter_keyboard_visibility:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1072,10 +1112,10 @@ packages:
dependency: transitive
description:
name: plugin_platform_interface
sha256: "6a2128648c854906c53fa8e33986fc0247a1116122f9534dd20e3ab9e16a32bc"
sha256: f4f88d4a900933e7267e2b353594774fc0d07fb072b47eedcd5b54e1ea3269f8
url: "https://pub.dev"
source: hosted
version: "2.1.4"
version: "2.1.7"
pool:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ dependencies:
# URL & Sharing utilities
url_launcher: ^6.1.12
share_plus: ^7.1.0
flutter_inappwebview: ^6.0.0-beta.25
flutter_inappwebview: ^6.0.0-beta.30

# Notifications & Logging
flutter_local_notifications: ^15.1.0+1
Expand Down

0 comments on commit ed89f68

Please sign in to comment.