Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
mobile_scanner
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Navaron Bracke
2023-10-22 16:50:10 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7c233825cc58651acbc10be16e4b39e42fab4243
7c233825
1 parent
020e34c4
fix import
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
ios/Classes/BarcodeHandler.swift
ios/Classes/MobileScanner.swift
ios/Classes/BarcodeHandler.swift
View file @
7c23382
...
...
@@ -5,6 +5,7 @@
// Created by Julian Steenbakker on 24/08/2022.
//
import
Flutter
import
Foundation
public
class
BarcodeHandler
:
NSObject
,
FlutterStreamHandler
{
...
...
ios/Classes/MobileScanner.swift
View file @
7c23382
...
...
@@ -6,7 +6,7 @@
//
import
Foundation
import
Flutter
import
AVFoundation
import
MLKitVision
import
MLKitBarcodeScanning
...
...
Please
register
or
login
to post a comment