Skip to content

Commit

Permalink
bump packages to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
liplum committed Aug 18, 2024
1 parent 1699d2f commit cba3077
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion macos/Runner/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Cocoa
import FlutterMacOS
import app_links

@NSApplicationMain
@main
class AppDelegate: FlutterAppDelegate {
public override func application(_ application: NSApplication,
continue userActivity: NSUserActivity,
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2395,10 +2395,10 @@ packages:
dependency: "direct main"
description:
name: vibration
sha256: "06588a845a4ebc73ab7ff7da555c2b3dbcd9676164b5856a38bf0b2287f1045d"
sha256: fe8f90e1827f86a4f722b819799ecac8a24789a39c6d562ea316bcaeb8b1ec61
url: "https://pub.dev"
source: hosted
version: "1.9.0"
version: "2.0.0"
vibration_platform_interface:
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 @@ -111,7 +111,7 @@ dependencies:
check_vpn_connection: ^0.0.2
connectivity_plus: ^6.0.5
# Haptic feedbacks
vibration: ^1.9.0
vibration: ^2.0.0
gaimon: ^1.3.1
# qrcode scanner
mobile_scanner: 5.1.1
Expand Down

0 comments on commit cba3077

Please sign in to comment.