Skip to content

Commit

Permalink
feat: mobile scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanRns committed May 27, 2024
1 parent 139f110 commit 3a81530
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions wallet/android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
org.gradle.jvmargs=-Xmx4608m
android.useAndroidX=true
android.enableJetifier=true
dev.steenbakker.mobile_scanner.useUnbundled=true
2 changes: 2 additions & 0 deletions wallet/macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import google_sign_in_ios
import icloud_storage
import in_app_purchase_storekit
import just_audio
import mobile_scanner
import package_info
import path_provider_foundation
import share_plus
Expand All @@ -46,6 +47,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
IcloudStoragePlugin.register(with: registry.registrar(forPlugin: "IcloudStoragePlugin"))
InAppPurchasePlugin.register(with: registry.registrar(forPlugin: "InAppPurchasePlugin"))
JustAudioPlugin.register(with: registry.registrar(forPlugin: "JustAudioPlugin"))
MobileScannerPlugin.register(with: registry.registrar(forPlugin: "MobileScannerPlugin"))
FLTPackageInfoPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
Expand Down
1 change: 1 addition & 0 deletions wallet/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ dependencies:
just_audio: ^0.9.29
just_the_tooltip: 0.0.12
local_auth: ^2.1.2
mobile_scanner: ^5.1.1
mobx: ^2.0.3
modal_bottom_sheet: ^2.0.0
model_viewer_plus:
Expand Down

0 comments on commit 3a81530

Please sign in to comment.